mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-18 21:55:24 +02:00
refactor(web-server): make type prop optional in ShowModalLogs component
- Update type prop to be optional in the Props interface - Improve component flexibility by allowing undefined type
This commit is contained in:
@@ -36,7 +36,7 @@ interface Props {
|
||||
appName: string;
|
||||
children?: React.ReactNode;
|
||||
serverId?: string;
|
||||
type: "standalone" | "swarm";
|
||||
type?: "standalone" | "swarm";
|
||||
}
|
||||
|
||||
export const ShowModalLogs = ({
|
||||
|
||||
Reference in New Issue
Block a user