mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
console (fix): Fix the redirect URL for partitions on the new tracking UI
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9680 GitOrigin-RevId: 7db3e6f5bfd726851b35f1a11088c7027d6574ec
This commit is contained in:
parent
b576d0f483
commit
90048c84bf
@ -101,7 +101,7 @@ export const TrackTablesContainer = ({
|
|||||||
schema,
|
schema,
|
||||||
dataSourceName,
|
dataSourceName,
|
||||||
(table.table as PostgresTable).name,
|
(table.table as PostgresTable).name,
|
||||||
table.type === 'BASE TABLE'
|
table.type !== 'VIEW'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user