mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
fix reset of asset model
This commit is contained in:
parent
e158ee7fc2
commit
a44ada956e
1 changed files with 1 additions and 0 deletions
|
|
@ -373,6 +373,7 @@ class AssetsDialog(QtWidgets.QDialog):
|
|||
self._model.reset()
|
||||
|
||||
def name_is_valid(self, name):
|
||||
self.reset(False)
|
||||
return self._model.name_is_valid(name)
|
||||
|
||||
def _on_filter_change(self, text):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue