mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-11-10 10:29:12 +03:00
console: redirect issue with inconsistent db status
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3768 GitOrigin-RevId: b2b2876b862618a65204fc27f561b5edc980f11d
This commit is contained in:
parent
f43704fb4a
commit
6c2c46e94e
@ -133,9 +133,7 @@ class Main extends React.Component {
|
||||
this.props.metadata.inconsistentInheritedRoles.length > 0 &&
|
||||
!this.props.inconsistentInheritedRole
|
||||
) {
|
||||
this.props.dispatch(
|
||||
_push(`${globals.urlPrefix}/settings/metadata-status`)
|
||||
);
|
||||
this.props.dispatch(_push(`/settings/metadata-status`));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user