adjustment for the parentID navigation

adjustment for the parentID navigation
This commit is contained in:
Alezia Kurdis 2025-03-05 23:31:50 -05:00 committed by GitHub
parent 23f2b1a234
commit d88b108726
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: "1", className: "navigation", onClick: navigateToSpecificEntityFromParentID } ],
buttons: [ { id: "navigateToParentEntity", label: "E", className: "navigation", onClick: navigateToSpecificEntityFromParentID } ],
onChange: parentIDChanged,
},
{