mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
fix has unsaved changes
This commit is contained in:
parent
7e130201f7
commit
68ff323978
1 changed files with 1 additions and 0 deletions
|
|
@ -266,6 +266,7 @@ class ListStrictEntity(ItemEntity):
|
|||
|
||||
self.on_change()
|
||||
|
||||
@property
|
||||
def has_unsaved_changes(self):
|
||||
if self._override_state is OverrideState.NOT_DEFINED:
|
||||
return False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue