This commit is contained in:
Jakub Trllo 2022-10-14 16:55:58 +02:00
parent f424f0313a
commit 4e019e1eef

View file

@ -651,7 +651,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