Skip to content

Commit

Permalink
uii fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YunPearce committed Feb 9, 2024
1 parent a9d4a43 commit 720a41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/HeardGateways.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function HeardGateways(arg) {
'metadata' : {'name' : gateway.name,
'url' : gateway.url}
}},
onSuccess: () => console.log('installed'), //window.location.reload(), //reload page here
onSuccess: () => window.location.reload(), //reload page here
onError: () => console.log("install of " + gateway.name + " failed")
})
}
Expand Down

0 comments on commit 720a41e

Please sign in to comment.