diff --git a/src/components/deskModule/SystemMonitor/components/GenericMonitorCard/index.vue b/src/components/deskModule/SystemMonitor/components/GenericMonitorCard/index.vue index 6ecdaed..d571a34 100644 --- a/src/components/deskModule/SystemMonitor/components/GenericMonitorCard/index.vue +++ b/src/components/deskModule/SystemMonitor/components/GenericMonitorCard/index.vue @@ -17,7 +17,7 @@ interface Prop { textColor?: string cardTypeStyle: PanelPanelConfigStyleEnum // monitorType: string - icon: string + icon?: string class?: string backgroundColor?: string } @@ -40,7 +40,7 @@ const propClass = ref(props.class)