clean up unnessary initial data

This commit is contained in:
Mutasem 2022-01-17 17:41:42 +01:00
parent b78fd7fb8f
commit c7146bb015

View file

@ -239,10 +239,6 @@ export default mixins(
};
},
async created() {
Vue.set(this, 'selectedItems', {});
this.filter.workflowId = 'ALL';
this.checkAll = false;
await this.loadWorkflows();
await this.refreshData();
this.handleAutoRefreshToggle();