Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fix: 'Backend is not available...'…
Browse files Browse the repository at this point in the history
… error message
  • Loading branch information
olexii4 committed Oct 6, 2023
1 parent d106bbf commit 227f30c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class ErrorBoundary extends React.PureComponent<Props, State> {
});

if (this.testResourceNotFound(error)) {
this.props.testBackends(error.message);
this.props.onError(error.message);
this.setState({
shouldReload: true,
});
Expand Down

0 comments on commit 227f30c

Please sign in to comment.