refactor: remove tables

This commit is contained in:
Mauricio Siu
2025-02-16 14:11:47 -06:00
parent 9856502ece
commit 90156da570
9 changed files with 4869 additions and 25 deletions

View File

@@ -35,6 +35,7 @@ export const CreateSSHKey = () => {
description: "Used on Dokploy Cloud",
privateKey: keys.privateKey,
publicKey: keys.publicKey,
organizationId: "",
});
await refetch();
} catch (error) {