🔀 Merge master

This commit is contained in:
Iván Ovejero
2021-12-15 13:01:29 +01:00
71 changed files with 2429 additions and 863 deletions

View File

@@ -161,6 +161,7 @@ export default mixins(
this.$emit('workflowActiveChanged', { id: this.workflowId, active: newActiveState });
this.loading = false;
this.$store.dispatch('settings/fetchPromptsData');
},
async displayActivationError () {
let errorMessage: string;