adjusting icon for navigation to parent

adjusting icon for navigation to parent
This commit is contained in:
Alezia Kurdis 2025-03-06 21:54:51 -05:00 committed by GitHub
parent 3d56ca2e03
commit 844a5b3158
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,7 +81,7 @@ const GROUPS = [
label: "Parent",
type: "string",
propertyID: "parentID",
buttons: [ { id: "navigateToParentEntity", label: "E", className: "navigation", onClick: navigateToSpecificEntityFromParentID } ],
buttons: [ { id: "navigateToParentEntity", label: "_", className: "navigation", onClick: navigateToSpecificEntityFromParentID } ],
onChange: parentIDChanged,
},
{