refactor(editor): Delete leftover restApi mixin file (no-changelog) (#6074)

* refactor(editor): Delete leftover `restApi` mixin file (no-changelog)
* Removing leftover comment
This commit is contained in:
Milorad FIlipović
2023-04-24 14:23:33 +02:00
committed by GitHub
parent 871d4193e2
commit 8886516c9e
7 changed files with 11 additions and 250 deletions

View File

@@ -450,7 +450,7 @@ export default mixins(showMessage).extend({
this.workflow.id !== PLACEHOLDER_EMPTY_WORKFLOW_ID &&
!this.workflow.sharedWith?.length // Sharing info already loaded
) {
await this.workflowsStore.fetchAndSetWorkflow(this.workflow.id);
await this.workflowsStore.fetchWorkflow(this.workflow.id);
}
}