Skip to content

Commit

Permalink
fix(connector-management): fix URL update (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
lavanya-bmw authored Dec 2, 2024
1 parent fa05b1d commit 0fa665e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ const ConnectorDetailsOverlay = ({
.unwrap()
.then(() => {
success(t('content.edcconnector.details.urlUpdatedSuccessfully'))
refetch()
setEnableConnectorUrl(true)
})
.catch(() => {
Expand Down

0 comments on commit 0fa665e

Please sign in to comment.