refactor(multi-server): add modals and separate server actions

This commit is contained in:
Mauricio Siu
2024-09-21 20:02:37 -06:00
parent c03c154fc4
commit 807137d3b1
27 changed files with 8152 additions and 1260 deletions

View File

@@ -11,7 +11,7 @@ import { api } from "@/utils/api";
interface Props {
containerId: string;
serverId?: string | null;
serverId?: string;
}
export const ShowContainerConfig = ({ containerId, serverId }: Props) => {