Skip to content

Commit 2e2c4bc

Browse files
authored
fix internal call
1 parent 64c42c3 commit 2e2c4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui_tabs_databases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def __init__(self):
131131

132132
def _validation_failed(self, message: str):
133133
QMessageBox.warning(self, "Validation Failed", message)
134-
self._reenable_widgets()
134+
self.reenable_create_db_button()
135135

136136
def refresh_model_combobox(self, index):
137137
current_text = self.model_combobox.currentText()

0 commit comments

Comments
 (0)