mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #1992 from appwrite/fix-PRO-1881
fix: projects org change button
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<svelte:fragment slot="actions">
|
||||
<Button
|
||||
secondary
|
||||
disabled={teamId === $project.teamId}
|
||||
disabled={teamId === $project.teamId || !teamId}
|
||||
on:click={() => (showTransfer = true)}>Move</Button>
|
||||
</svelte:fragment>
|
||||
</CardGrid>
|
||||
|
||||
Reference in New Issue
Block a user