mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
fix attribute name
This commit is contained in:
parent
9eb652bd95
commit
81eff5ae6f
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ class HierarchyPage(QtWidgets.QWidget):
|
|||
self._folders_widget.refresh()
|
||||
self._tasks_widget.refresh()
|
||||
self._on_my_tasks_checkbox_state_changed(
|
||||
self._on_my_tasks_checkbox.checkState()
|
||||
self._my_tasks_checkbox.checkState()
|
||||
)
|
||||
|
||||
def _on_back_clicked(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue