mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
clean up unnessary initial data
This commit is contained in:
parent
b78fd7fb8f
commit
c7146bb015
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue