diff --git a/client/src/components/display/ArrayDisplay.vue b/client/src/components/display/ArrayDisplay.vue index 1c45383..0864bf5 100644 --- a/client/src/components/display/ArrayDisplay.vue +++ b/client/src/components/display/ArrayDisplay.vue @@ -8,10 +8,8 @@ const props = withDefaults(defineProps<{ data: () => [], component: '', componentProp: '', - ellipsis: 2, + ellipsis: 10, }); - - @@ -22,14 +20,3 @@ const props = withDefaults(defineProps<{ ... - \ No newline at end of file