1
0
Fork 0
forked from gitea/nas

Merge remote-tracking branch 'parent/main' into upstream-2024112

This commit is contained in:
KMY 2024-11-28 19:45:31 +09:00
commit 3359008684
71 changed files with 1505 additions and 2295 deletions

View file

@ -43,7 +43,7 @@ export const ConfirmDeleteBookmarkCategoryModal: React.FC<
if (columnId) {
dispatch(removeColumn(columnId));
} else {
history.push('/bookmark_categorys');
history.push('/bookmark_categories');
}
}, [dispatch, history, columnId, bookmark_categoryId]);