deploy all fix

This commit is contained in:
Ruben Fiszel
2023-06-17 14:11:01 +02:00
parent ac1a432bb9
commit fbc2886588

View File

@@ -33,7 +33,7 @@
<svelte:fragment slot="actions">
<Button
disabled={workspaceToDeployTo == undefined}
on:click={() => deployWorkspace?.deploy(kind, initialPath)}>Deploy All</Button
on:click={() => deployWorkspace?.deployAll()}>Deploy All</Button
>
</svelte:fragment>
</DrawerContent>