Update plugins/techdocs/src/home/components/TechDocsHome.tsx
Signed-off-by: Eric Peterson <ericpeterson@spotify.com> Co-authored-by: Eric Peterson <iamEAP@users.noreply.github.com> Signed-off-by: Chongyang Adrian, Ke <ftt.adrian.ke@grabtaxi.com>
This commit is contained in:
committed by
Chongyang Adrian, Ke
parent
7a3b3b2be6
commit
64ade20227
@@ -43,7 +43,6 @@ export const TechDocsHome = () => {
|
||||
title: 'Owned documents',
|
||||
description: 'Access your documentation.',
|
||||
panelType: 'DocsTable' as PanelType,
|
||||
paneCSS: { maxHeight: '200px' },
|
||||
filterPredicate: (entity: Entity) => {
|
||||
if (!user) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user