Skip to content

Commit c944805

Browse files
committed
fix: 削除時に /home に飛ばす
1 parent 8ac1a10 commit c944805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/pages/Project.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ export default function ProjectPage() {
382382
if (!response.ok) {
383383
throw new Error("削除に失敗しました。");
384384
}
385-
navigate("/");
385+
navigate("/home");
386386
setToast({
387387
message: "イベントを削除しました。",
388388
variant: "success",

0 commit comments

Comments
 (0)