From 98943377b8344f1f5a8e38c23eff79d7678f51bc Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 27 Oct 2022 23:18:59 +0200 Subject: [PATCH] fix: lint --- src/components/quick-actions/quick-actions.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',