mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
empty labels are removed
This commit is contained in:
parent
9a6b710b74
commit
d90991fd39
2 changed files with 5 additions and 7 deletions
|
|
@ -18,11 +18,11 @@
|
|||
"type": "collapsible-wrap",
|
||||
"label": "Project Folder Structure",
|
||||
"children": [
|
||||
{
|
||||
"type": "raw-json",
|
||||
"key": "project_folder_structure",
|
||||
"label": ""
|
||||
}]
|
||||
{
|
||||
"type": "raw-json",
|
||||
"key": "project_folder_structure"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
|
|
|
|||
|
|
@ -92,7 +92,6 @@
|
|||
{
|
||||
"type": "list",
|
||||
"key": "inputs",
|
||||
"label": "",
|
||||
"object_type": {
|
||||
"type": "dict",
|
||||
"children": [
|
||||
|
|
@ -330,7 +329,6 @@
|
|||
{
|
||||
"type": "list",
|
||||
"key": "inputs",
|
||||
"label": "",
|
||||
"object_type": {
|
||||
"type": "dict",
|
||||
"children": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue