diff --git a/flowsint-app/src/components/sketches/details-panel/details-panel.tsx b/flowsint-app/src/components/sketches/details-panel/details-panel.tsx index 5e4ba35..bcb4460 100644 --- a/flowsint-app/src/components/sketches/details-panel/details-panel.tsx +++ b/flowsint-app/src/components/sketches/details-panel/details-panel.tsx @@ -385,7 +385,7 @@ const DetailsPanel = memo(() => { ) : value && value.constructor === Object ? ( - ) : key === 'aliases' ? ( + ) : Array.isArray(value) ? ( handlePropertyChange(key, tags)}