Skip to content

Commit

Permalink
fix(ui): update originalFlow on save
Browse files Browse the repository at this point in the history
closes #3221
  • Loading branch information
Skraye committed Mar 14, 2024
1 parent 2f65a70 commit 573d896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/inputs/EditorView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,7 @@
return;
}
saveWithoutRevisionGuard();
flowYamlOrigin.value = flowYaml.value;
})
};
Expand Down

0 comments on commit 573d896

Please sign in to comment.