Skip to content
Snippets Groups Projects

fix: fixed schema error and only nodes schema

Merged Sjoerd requested to merge fix/schema into main
3 files
+ 6
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -83,7 +83,7 @@ export const SchemaListEntityPill = React.memo(({ id, selected, data }: NodeProp
},
{} as Record<string, string>,
)}
numberOfElements={schemaStats.nodes.stats[data.name].count}
numberOfElements={schemaStats?.nodes?.stats[data.name]?.count}
/>
</VisualizationTooltip>
</div>
Loading