Skip to content

Commit

Permalink
fix(ui): task edit ide disappear
Browse files Browse the repository at this point in the history
close #926
  • Loading branch information
Skraye authored and tchiotludo committed Feb 2, 2023
1 parent 3467cf8 commit b4fa047
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/components/flows/TaskEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

<editor
ref="editor"
v-if="taskYaml"
@save="saveTask"
v-model="taskYaml"
schema-type="task"
Expand Down

0 comments on commit b4fa047

Please sign in to comment.