1
0
Fork 0
forked from gitea/nas

Merge branch 'kb_lts' into kb_development

This commit is contained in:
KMY 2023-09-24 12:30:59 +09:00
commit 0a42f4b7e2
5 changed files with 4 additions and 5 deletions

View file

@ -116,7 +116,6 @@ export default function bookmarkCategories(state = initialState, action) {
case BOOKMARK_CATEGORY_STATUSES_EXPAND_SUCCESS:
return appendToBookmarkCategoryStatuses(state, action.id, action.statuses, action.next);
case BOOKMARK_CATEGORY_EDITOR_ADD_SUCCESS:
console.log('HERE')
return prependToBookmarkCategoryStatusesById(state, action.bookmarkCategoryId, action.statusId);
case BOOKMARK_CATEGORY_EDITOR_REMOVE_SUCCESS:
return removeStatusFromBookmarkCategoryById(state, action.bookmarkCategoryId, action.statusId);