This commit is contained in:
Jakub Trllo 2022-10-10 17:08:40 +02:00
parent f9155bd642
commit 2baa3a5b54

View file

@ -678,7 +678,7 @@ class ValidationsWidget(QtWidgets.QFrame):
self._set_errors(validation_errors)
return
if self._contoller.publish_has_finished:
if self._controller.publish_has_finished:
self._set_current_widget(self._publish_stop_ok_widget)
return