diff --git a/components/ServerDbTable.vue b/components/ServerDbTable.vue index 0631f95e482079d6abf74801c2cf4d590ba671e7..d83b8c0b6468a09096930b476b3dcdf7ce4cf45c 100644 --- a/components/ServerDbTable.vue +++ b/components/ServerDbTable.vue @@ -144,7 +144,7 @@ const computedFilter = computed(() => { const toValFilters = toValue(msFilterCompo) let filtersStr: string | undefined = undefined - if (toValFilters !== undefined) { + if (toValFilters !== undefined && toValFilters.length > 0) { const tmpFilterItems = [...toValFilters] if (tmpFilterItems.length % 4 === 0) { tmpFilterItems.splice(-1)