Skip to content

Commit 2693ae8

Browse files
committed
fix: typecheck
1 parent bd889de commit 2693ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Tenant/ObjectSummary/ObjectSummary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ export function ObjectSummary({
359359
const renderTabContent = () => {
360360
switch (summaryTab) {
361361
case TENANT_SUMMARY_TABS_IDS.acl: {
362-
return <Acl path={path} database={tenantName} />;
362+
return <Acl />;
363363
}
364364
case TENANT_SUMMARY_TABS_IDS.schema: {
365365
return <SchemaViewer type={type} path={path} tenantName={tenantName} />;

0 commit comments

Comments
 (0)