properly validate feed editor dialog

This commit is contained in:
Andrew Dolgov
2021-02-19 06:51:15 +03:00
parent d57e7eaa98
commit dcfea9baac
2 changed files with 3 additions and 1 deletions

View File

@@ -425,7 +425,9 @@ const CommonDialogs = {
Feeds.reload();
});
return true;
}
return false;
},
content: __("Loading, please wait...")
});