Skip to content

Commit

Permalink
Replaces NewEditor with Editor component (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
itisAliRH committed Dec 4, 2024
1 parent 440df42 commit d875a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/entry/analysis/modules/WorkflowEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useRouter } from "vue-router/composables";
import { getQueryValue } from "@/utils/route";
import { urlData } from "@/utils/url";
import NewEditor from "@/components/Workflow/Editor/NewEditor.vue";
import Editor from "@/components/Workflow/Editor/Index.vue";
const router = useRouter();
Expand Down Expand Up @@ -70,7 +70,7 @@ watch(
</script>

<template>
<NewEditor
<Editor
v-if="editorConfig"
:key="editorReloadKey"
:workflow-id="editorConfig.id"
Expand Down

0 comments on commit d875a20

Please sign in to comment.