mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix ui label
This commit is contained in:
parent
116061aefb
commit
0c801ba892
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ class UILabelDef(UIDef):
|
|||
def __init__(self, label, key=None):
|
||||
super().__init__(label=label, key=key)
|
||||
|
||||
def _custom_def_compare(self, other: "UILabelDef") -> bool:
|
||||
def _def_type_compare(self, other: "UILabelDef") -> bool:
|
||||
return self.label == other.label
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue