mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Use N/A label if is not available
This commit is contained in:
parent
2cf62f0bb4
commit
b79e0189a0
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ class InstanceItem:
|
|||
return InstanceItem(
|
||||
instance.id,
|
||||
instance.creator_identifier,
|
||||
instance.label,
|
||||
instance.label or "N/A",
|
||||
instance.group_label,
|
||||
instance.product_type,
|
||||
instance.product_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue