From 00a0e21de6074f48327d1d9c98b14fe99d2be61e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KMY=EF=BC=88=E9=9B=AA=E3=81=82=E3=81=99=E3=81=8B=EF=BC=89?= Date: Mon, 9 Dec 2024 18:45:20 +0900 Subject: [PATCH] =?UTF-8?q?Change:=20=E3=83=96=E3=83=83=E3=82=AF=E3=83=9E?= =?UTF-8?q?=E3=83=BC=E3=82=AF=E5=88=86=E9=A1=9E=E6=96=B0=E8=A6=8F=E4=BD=9C?= =?UTF-8?q?=E6=88=90=E5=BE=8C=E3=81=AE=E7=B9=8A=E7=B6=AD=E7=94=BB=E9=9D=A2?= =?UTF-8?q?=E3=82=92=E5=88=86=E9=A1=9E=E4=B8=80=E8=A6=A7=E7=94=BB=E9=9D=A2?= =?UTF-8?q?=E3=81=B8=E5=A4=89=E6=9B=B4=20(#948)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/javascript/mastodon/features/bookmark_categories/new.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/features/bookmark_categories/new.tsx b/app/javascript/mastodon/features/bookmark_categories/new.tsx index df2b20399f..3154b643ef 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 '';