fixed double call onEditingFinished when pressing Enter

This commit is contained in:
vladimir.kuznetsov 2023-01-14 18:30:08 +03:00
parent f24df9fb05
commit bee42ea2fb
3 changed files with 25 additions and 6 deletions

View file

@ -35,6 +35,7 @@ void ClientManagementLogic::onUpdatePage()
if (error != ErrorCode::NoError) {
QMessageBox::warning(nullptr, APPLICATION_NAME,
tr("An error occurred while getting the list of clients.") + "\n" + errorString(error));
set_busyIndicatorIsRunning(false);
return;
}
}