Skip to content

Commit

Permalink
fix(ui/schema): error handling add (#9952)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored Feb 28, 2024
1 parent 1736edf commit 3b73555
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const SchemaTab = ({ properties }: { properties?: any }) => {

const hasProperties = useMemo(
() =>
entityWithSchema?.schemaMetadata?.fields.some(
entityWithSchema?.schemaMetadata?.fields?.some(
(schemaField) => !!schemaField.schemaFieldEntity?.structuredProperties?.properties?.length,
),
[entityWithSchema],
Expand Down

0 comments on commit 3b73555

Please sign in to comment.