refactor: Clean up executions modal (#6822)

chore: Clean up executions modal
This commit is contained in:
Mutasem Aldmour
2023-08-01 13:51:49 +02:00
committed by GitHub
parent 2df0c2c473
commit 1d72225cb0
5 changed files with 14 additions and 83 deletions

View File

@@ -15,7 +15,6 @@ import {
CREDENTIAL_SELECT_MODAL_KEY,
DELETE_USER_MODAL_KEY,
DUPLICATE_MODAL_KEY,
EXECUTIONS_MODAL_KEY,
FAKE_DOOR_FEATURES,
IMPORT_CURL_MODAL_KEY,
INVITE_USER_MODAL_KEY,
@@ -107,9 +106,6 @@ export const useUIStore = defineStore(STORES.UI, {
[WORKFLOW_SETTINGS_MODAL_KEY]: {
open: false,
},
[EXECUTIONS_MODAL_KEY]: {
open: false,
},
[WORKFLOW_SHARE_MODAL_KEY]: {
open: false,
},