mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
change entity type to str
This commit is contained in:
parent
7b81cb1215
commit
0f65fe34a7
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ class LoaderActionSelection:
|
|||
class LoaderActionItem:
|
||||
identifier: str
|
||||
entity_ids: set[str]
|
||||
entity_type: EntityType
|
||||
entity_type: str
|
||||
label: str
|
||||
group_label: Optional[str] = None
|
||||
# Is filled automatically
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue