Add side panel as an illegal child of itself
This commit is contained in:
parent
4508796e45
commit
9dd13d4531
|
@ -5204,7 +5204,8 @@
|
||||||
"icon": "RailRight",
|
"icon": "RailRight",
|
||||||
"hasChildren": true,
|
"hasChildren": true,
|
||||||
"illegalChildren": [
|
"illegalChildren": [
|
||||||
"section"
|
"section",
|
||||||
|
"sidepanel"
|
||||||
],
|
],
|
||||||
"showEmptyState": false,
|
"showEmptyState": false,
|
||||||
"draggable": false,
|
"draggable": false,
|
||||||
|
|
Loading…
Reference in New Issue