Add title editor and delete button

This commit is contained in:
KMY 2023-08-26 14:13:45 +09:00
parent 87490a3220
commit 09b4b025df
6 changed files with 138 additions and 8 deletions

View file

@ -113,7 +113,7 @@ export const submitBookmarkCategoryEditor = shouldReset => (dispatch, getState)
export const setupBookmarkCategoryEditor = bookmarkCategoryId => (dispatch, getState) => {
dispatch({
type: BOOKMARK_CATEGORY_EDITOR_SETUP,
bookmarkCategory: getState().getIn(['bookmarkCategories', bookmarkCategoryId]),
bookmarkCategory: getState().getIn(['bookmark_categories', bookmarkCategoryId]),
});
dispatch(fetchBookmarkCategoryStatuses(bookmarkCategoryId));