Skip to content

Commit 09890ae

Browse files
committed
feat/orgs: fix reference
1 parent b22bbc7 commit 09890ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/src/routes/orgs/new/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
description: form.description.trim() || undefined,
2020
});
2121
22-
goto(`/${organizationId}/settings`);
22+
goto(`/orgs/${organizationId}/settings`);
2323
} catch (error) {
2424
console.error("Failed to create organization:", error);
2525
alert("組織の作成に失敗しました");

0 commit comments

Comments
 (0)