mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
fix (console): view database
launches wrong route
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6747 GitOrigin-RevId: bc59aacff64bedd5a97ee03c0ff8783f0bd42b15
This commit is contained in:
parent
8f0a0becab
commit
c447044020
@ -46,7 +46,9 @@ export const GDCDatabaseListItem: React.FC<GDCDatabaseListItemItemProps> = ({
|
||||
className="mr-xs"
|
||||
isLoading={isDropSourceInProgress}
|
||||
onClick={() => {
|
||||
dispatch(_push(`/data/v2/manage?database=${dataSource.name}`));
|
||||
dispatch(
|
||||
_push(`/data/v2/manage/database?database=${dataSource.name}`)
|
||||
);
|
||||
}}
|
||||
disabled={isInconsistentDataSource}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user