2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-05-01 23:16:49 +00:00

Bug fix for routing issues

This commit is contained in:
Oliver Walters 2021-02-09 20:09:24 +11:00
parent 4080b4177b
commit 0c4803b889

View File

@ -252,7 +252,9 @@ class InvenTreeModel {
return null;
}
hideProgressDialog(context);
if (dialog) {
hideProgressDialog(context);
}
if (response.statusCode != 200) {
showErrorDialog(context, I18N.of(context).serverError, "${I18N.of(context).statusCode}: ${response.statusCode}");