mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 11:13:09 +02:00
adjusting icon for navigation to parent
adjusting icon for navigation to parent
This commit is contained in:
parent
3d56ca2e03
commit
844a5b3158
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: "E", className: "navigation", onClick: navigateToSpecificEntityFromParentID } ],
|
buttons: [ { id: "navigateToParentEntity", label: "_", className: "navigation", onClick: navigateToSpecificEntityFromParentID } ],
|
||||||
onChange: parentIDChanged,
|
onChange: parentIDChanged,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue