diff --git a/components/resource_management/make_existence_operators.ts b/components/resource_management/make_existence_operators.ts index 57c31cbb5..8cd785ac9 100644 --- a/components/resource_management/make_existence_operators.ts +++ b/components/resource_management/make_existence_operators.ts @@ -58,6 +58,14 @@ export default function< if (newData.length === 0) { queryState.offset.value = Math.max(queryState.offset.value - 1, 0) + list.value = { + ...list.value, + "data": [], + "meta": { + ...list.value.meta, + "count": 0 + } + } } else { list.value = { ...list.value,