Skip to content

Commit aeb4806

Browse files
committed
fix: projects org change button
1 parent b534a7c commit aeb4806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/(console)/project-[region]-[project]/settings/changeOrganization.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<svelte:fragment slot="actions">
3131
<Button
3232
secondary
33-
disabled={teamId === $project.teamId}
33+
disabled={teamId === $project.teamId || !teamId}
3434
on:click={() => (showTransfer = true)}>Move</Button>
3535
</svelte:fragment>
3636
</CardGrid>

0 commit comments

Comments
 (0)