update api report and prop on Reader component in EntityPageDocs

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2021-09-30 12:40:28 +02:00
parent 1f73801d05
commit dcd3e1d968
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export const EntityPageDocs = ({ entity }: { entity: Entity }) => {
return (
<Reader
withSearch={false}
entityId={{
entityRef={{
kind: entity.kind,
namespace: entity.metadata.namespace ?? 'default',
name: entity.metadata.name,