Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 33b8aae

Browse files
fix: resolve comments
1 parent 025df44 commit 33b8aae

File tree

1 file changed

+1
-1
lines changed
  • src/features/Apiexplorer/Schema/RecursiveContent/SchemaObjectContent

1 file changed

+1
-1
lines changed

src/features/Apiexplorer/Schema/RecursiveContent/SchemaObjectContent/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default function SchemaObjectContent({
7676
{!is_code_open && (
7777
<RecursiveProperties
7878
is_open={is_open_object}
79-
properties={value.properties || value?.items?.properties || value.patternProperties}
79+
properties={value.properties || value?.items?.properties || value?.patternProperties}
8080
value={value}
8181
jsonSchema={jsonSchema}
8282
/>

0 commit comments

Comments
 (0)