mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 09:06:15 +01:00
refactor: display errors from category drag/drop
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user