From d1064ff319109ccccbfd0566387397acd68c7d7f Mon Sep 17 00:00:00 2001 From: saintsebastian Date: Wed, 29 Dec 2021 11:22:05 +0100 Subject: [PATCH] fix: handle refresh in execution list --- packages/editor-ui/src/components/ExecutionsList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor-ui/src/components/ExecutionsList.vue b/packages/editor-ui/src/components/ExecutionsList.vue index d50833eeff..05b00cfa1f 100644 --- a/packages/editor-ui/src/components/ExecutionsList.vue +++ b/packages/editor-ui/src/components/ExecutionsList.vue @@ -240,7 +240,7 @@ export default mixins( EXECUTIONS_MODAL_KEY, }; }, - async mounted() { + async created() { Vue.set(this, 'selectedItems', {}); this.filter.workflowId = 'ALL'; this.checkAll = false;