remove all alert() usages, fixes #3086

This commit is contained in:
zadam
2022-08-24 23:20:05 +02:00
parent e70a7bad1a
commit 24286c2a6c
8 changed files with 19 additions and 19 deletions

View File

@@ -142,7 +142,7 @@ export default class ExportDialog extends BasicWidget {
if (!exportType) {
// this shouldn't happen as we always choose default export type
alert("Choose export type first please");
toastService.showError("Choose export type first please");
return;
}