RequestManager make requests abortable - Fix missed usages (#318)

This commit is contained in:
schroda
2023-05-23 13:54:14 +02:00
committed by GitHub
parent c32cb53592
commit 606ee9de2d
4 changed files with 8 additions and 8 deletions

View File

@@ -111,7 +111,7 @@ export default function LibrarySettings() {
);
const updateCategory = (category: ICategory) =>
requestManager.updateCategory(category.id, { includeInUpdate: category.includeInUpdate });
requestManager.updateCategory(category.id, { includeInUpdate: category.includeInUpdate }).response;
const updateCategories = async () => {
const categoriesToUpdate = dialogCategories.filter((category) => {