From e42cdb8f14e2c29ec087bf43030f0eafb45034c0 Mon Sep 17 00:00:00 2001 From: KMY Date: Mon, 9 Dec 2024 17:51:11 +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?= 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 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 '';