1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-11 13:15:28 +03:00

fix: handle refresh in execution list

This commit is contained in:
saintsebastian 2021-12-29 11:22:05 +01:00
parent 16b42bca80
commit d1064ff319

View File

@ -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;