Skip to content

Commit

Permalink
Temporary change the destination of target page after registration
Browse files Browse the repository at this point in the history
  • Loading branch information
mackdk committed Feb 24, 2025
1 parent 085f120 commit 2e15de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/html/src/components/hub/RegisterPeripheralForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class RegisterPeripheralForm extends React.Component<Props, State> {
})
.then(
(response) => {
window.pageRenderers?.spaengine?.navigate?.(`/rhn/manager/admin/hub/peripherals/${response.data}`);
window.pageRenderers?.spaengine?.navigate?.("/rhn/manager/admin/hub/peripherals");
},
(xhr) => this.setState({ messages: Network.responseErrorMessage(xhr) })
)
Expand Down

0 comments on commit 2e15de7

Please sign in to comment.