mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
fixed "separator" type in GUIEntity
This commit is contained in:
parent
a166f21f94
commit
75cdac3e84
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class GUIEntity(BaseEntity):
|
|||
"""Entity without any specific logic that should be handled only in GUI."""
|
||||
gui_type = True
|
||||
|
||||
schema_types = ["divider", "splitter", "label"]
|
||||
schema_types = ["separator", "splitter", "label"]
|
||||
|
||||
def __getitem__(self, key):
|
||||
return self.schema_data[key]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue