mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:17:45 +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",
|
label: "Parent",
|
||||||
type: "string",
|
type: "string",
|
||||||
propertyID: "parentID",
|
propertyID: "parentID",
|
||||||
buttons: [ { id: "navigateToParentEntity", label: "1", className: "navigation", onClick: navigateToSpecificEntityFromParentID } ],
|
buttons: [ { id: "navigateToParentEntity", label: "E", className: "navigation", onClick: navigateToSpecificEntityFromParentID } ],
|
||||||
onChange: parentIDChanged,
|
onChange: parentIDChanged,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue