Skip to content

Commit

Permalink
fix: [AH-821] fix unexpected incorrect route after creation of regist…
Browse files Browse the repository at this point in the history
…ry (#3225)

* fix: [AH-821] fix unexpected incorrect route after creation of registry
  • Loading branch information
shivanand-harness authored and Harness committed Jan 3, 2025
1 parent 2036b8e commit 03a064b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export function useCreateRepositoryModal(props: useCreateRepositoryModalProps) {
/>
</ModalDialog>
),
[showOverlay]
[showOverlay, onSuccess]
)

return [showModal, hideModal]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function useCreateUpstreamProxyModal(props: useCreateUpstreamProx
/>
</ModalDialog>
),
[showOverlay]
[showOverlay, onSuccess]
)

return [showModal, hideModal]
Expand Down

0 comments on commit 03a064b

Please sign in to comment.