Skip to content

Commit

Permalink
Change: ブックマーク分類新規作成後の繊維画面を分類一覧画面へ変更 (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode authored Dec 9, 2024
1 parent 6c719a6 commit 00a0e21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const NewBookmarkCategory: React.FC<{

if (isFulfilled(result)) {
history.replace(`/bookmark_categories/${result.payload.id}/edit`);
history.push(`/bookmark_categories/${result.payload.id}/members`);
history.push(`/bookmark_categories`);
}

return '';
Expand Down

0 comments on commit 00a0e21

Please sign in to comment.