We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9e5fa commit 5624d26Copy full SHA for 5624d26
src/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.tsx
@@ -63,7 +63,7 @@ export function TenantOverview({
63
// FIXME: remove after correct data is added to tenantInfo
64
const {currentData: tenantSchemaData} = overviewApi.useGetOverviewQuery(
65
{
66
- path: database,
+ path: databaseFullPath,
67
database,
68
databaseFullPath,
69
},
0 commit comments