Skip to content

Commit

Permalink
chore(ui): amend plus button action on flow editor topology (#6983)
Browse files Browse the repository at this point in the history
Co-authored-by: MilosPaunovic <[email protected]>
  • Loading branch information
rajatsingh23 and MilosPaunovic authored Jan 28, 2025
1 parent 2bca260 commit 60f96da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/src/components/inputs/EditorView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,9 @@
}
const handleTopologyEditClick = (params) => {
if (viewType.value === editorViewTypes.TOPOLOGY) {
switchViewType(editorViewTypes.SOURCE_TOPOLOGY);
}
editorViewType.value = "NO_CODE";
nextTick(() => router.replace({query: {...route.query, ...params}}))
}
Expand Down

0 comments on commit 60f96da

Please sign in to comment.