mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Use group key
This commit is contained in:
parent
2e94247180
commit
48e33db922
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ class CreatedInstance:
|
|||
|
||||
@property
|
||||
def group_label(self):
|
||||
label = self._data.get("group_label")
|
||||
label = self._data.get("group")
|
||||
if label:
|
||||
return label
|
||||
return self.creator.get_group_label()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue