fix: [AH-821] fix unexpected incorrect route after creation of registry (#3225)

* fix: [AH-821] fix unexpected incorrect route after creation of registry
This commit is contained in:
Shivanand Sonnad 2025-01-03 13:22:49 +00:00 committed by Harness
parent 2036b8e26a
commit 03a064bdfb
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ export function useCreateRepositoryModal(props: useCreateRepositoryModalProps) {
/> />
</ModalDialog> </ModalDialog>
), ),
[showOverlay] [showOverlay, onSuccess]
) )
return [showModal, hideModal] return [showModal, hideModal]

View File

@ -81,7 +81,7 @@ export default function useCreateUpstreamProxyModal(props: useCreateUpstreamProx
/> />
</ModalDialog> </ModalDialog>
), ),
[showOverlay] [showOverlay, onSuccess]
) )
return [showModal, hideModal] return [showModal, hideModal]