diff --git a/app/javascript/mastodon/features/bookmark_categories/new.tsx b/app/javascript/mastodon/features/bookmark_categories/new.tsx index df2b20399f0606..3154b643efffe2 100644 --- a/app/javascript/mastodon/features/bookmark_categories/new.tsx +++ b/app/javascript/mastodon/features/bookmark_categories/new.tsx @@ -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 '';