wait for store reset to propagate

This commit is contained in:
Laila Los
2024-05-13 15:16:40 +02:00
parent 43d79fd16e
commit 4129a9b5ad
@@ -450,6 +450,7 @@ export default {
},
async onRefactor(response) {
this.resetStores();
await nextTick();
await fromSimple(this.id, response.workflow);
this._loadEditorData(response.workflow);
},