diff --git a/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx b/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx index abde0f548f..15c05abbbe 100644 --- a/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx +++ b/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx @@ -88,7 +88,7 @@ function NodeModal({ askLinkType, i18n, onSave, title }) { param ) ); - history.push(`${history.location.pathname}?${otherParts.join('&')}`); + history.replace(`${history.location.pathname}?${otherParts.join('&')}`); }; const handleSaveNode = () => {