diff --git a/src/components/quick-actions/quick-actions.vue b/src/components/quick-actions/quick-actions.vue index 62778e4cc..8751102ea 100644 --- a/src/components/quick-actions/quick-actions.vue +++ b/src/components/quick-actions/quick-actions.vue @@ -93,7 +93,7 @@ const namespaceStore = useNamespaceStore() const labelStore = useLabelStore() const taskStore = useTaskStore() -type DoAction = { type: ACTION_TYPE } & Type +type DoAction = { type: ACTION_TYPE } & Type enum ACTION_TYPE { CMD = 'cmd',