mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-06 09:33:13 +02:00
adjustment for the parentID navigation
adjustment for the parentID navigation
This commit is contained in:
parent
23f2b1a234
commit
d88b108726
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue