Change: ブックマーク分類新規作成後の繊維画面を分類一覧画面へ変更 (#948)
This commit is contained in:
parent
6c719a67be
commit
00a0e21de6
1 changed files with 1 additions and 1 deletions
|
@ -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 '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue