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:
Vijay Prasanna 2023-06-29 12:29:28 +05:30 committed by hasura-bot
parent b576d0f483
commit 90048c84bf

View File

@ -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'
) )
) )
); );