Merge pull request #1195 from appwrite/fix-deployment-activate-button

fix: deplyoment activate button
This commit is contained in:
Torsten Dittmann
2024-07-18 20:40:37 +02:00
committed by GitHub
@@ -78,7 +78,7 @@
secondary
disabled={data.activeDeployment}
on:click={() => {
showDelete = true;
showActivate = true;
}}>Activate</Button>
</div>
</svelte:fragment>