Skip to content

Commit

Permalink
fix(ui): only validate graph is the flow is valid (#4161)
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic authored Jun 28, 2024
1 parent 007bfa6 commit ad12509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/inputs/EditorView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@
editorViewTypes.SOURCE_TOPOLOGY,
].includes(viewType.value)
) {
fetchGraph();
if(!value.constraints) fetchGraph();
}
if (validationDomElement.value && editorDomElement.value?.$el?.offsetWidth) {
Expand Down

0 comments on commit ad12509

Please sign in to comment.