diff --git a/apps/dokploy/components/dashboard/settings/web-server/show-modal-logs.tsx b/apps/dokploy/components/dashboard/settings/web-server/show-modal-logs.tsx index 677db906..43b1838d 100644 --- a/apps/dokploy/components/dashboard/settings/web-server/show-modal-logs.tsx +++ b/apps/dokploy/components/dashboard/settings/web-server/show-modal-logs.tsx @@ -36,7 +36,7 @@ interface Props { appName: string; children?: React.ReactNode; serverId?: string; - type: "standalone" | "swarm"; + type?: "standalone" | "swarm"; } export const ShowModalLogs = ({