fixed error handling for config import

This commit is contained in:
vladimir.kuznetsov 2024-03-21 23:29:40 +05:00
parent 516e3da7e2
commit 02f186c54e
5 changed files with 7 additions and 8 deletions

View file

@ -124,7 +124,7 @@ PageType {
Connections {
target: ImportController
function onImportErrorOccurred(errorMessage) {
function onImportErrorOccurred(errorMessage, goToPageHome) {
PageController.showErrorMessage(errorMessage)
}
}