mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix: handle refresh in execution list
This commit is contained in:
parent
16b42bca80
commit
d1064ff319
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue