refactor: display errors from category drag/drop

isekai-main
Barış Soner Uşaklı 3 years ago
parent 054685265d
commit c1cc35a949

@ -208,7 +208,7 @@ define('admin/manage/categories', [
} }
newCategoryId = -1; newCategoryId = -1;
api.put('/categories/' + cid, modified[cid]); api.put('/categories/' + cid, modified[cid]).catch(app.alertError);
} }
} }

Loading…
Cancel
Save