feat(multi server): add support for drag n drop

This commit is contained in:
Mauricio Siu
2024-09-15 17:05:17 -06:00
parent 0d3c978aad
commit 19295ba746
7 changed files with 103 additions and 17 deletions

View File

@@ -130,7 +130,7 @@ export const SaveDragNDrop = ({ applicationId }: Props) => {
type="submit"
className="w-fit"
isLoading={isLoading}
disabled={!zip}
disabled={!zip || isLoading}
>
Deploy{" "}
</Button>