Add side panel as an illegal child of itself

This commit is contained in:
Andrew Kingston 2022-12-02 09:10:00 +00:00
parent 4508796e45
commit 9dd13d4531
1 changed files with 2 additions and 1 deletions

View File

@ -5204,7 +5204,8 @@
"icon": "RailRight",
"hasChildren": true,
"illegalChildren": [
"section"
"section",
"sidepanel"
],
"showEmptyState": false,
"draggable": false,