mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix page change
This commit is contained in:
parent
34dcbcbf1e
commit
65ec73a53a
1 changed files with 1 additions and 1 deletions
|
|
@ -498,7 +498,7 @@ class PublisherWindow(QtWidgets.QDialog):
|
|||
self._update_publish_details_widget()
|
||||
if (
|
||||
not self._tabs_widget.is_current_tab("create")
|
||||
or not self._tabs_widget.is_current_tab("publish")
|
||||
and not self._tabs_widget.is_current_tab("publish")
|
||||
):
|
||||
self._tabs_widget.set_current_tab("publish")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue