mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
fix 'pre_create_attributes_defs'
This commit is contained in:
parent
951e8a5055
commit
75d72f4d2d
1 changed files with 1 additions and 1 deletions
|
|
@ -910,7 +910,7 @@ class CreatorItem:
|
|||
|
||||
pre_create_attributes_defs = None
|
||||
if self.pre_create_attributes_defs is not None:
|
||||
instance_attributes_defs = serialize_attr_defs(
|
||||
pre_create_attributes_defs = serialize_attr_defs(
|
||||
self.pre_create_attributes_defs
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue