fix: refs #7957 rollback

This commit is contained in:
Jorge Penadés 2024-12-16 16:11:42 +01:00
parent 1e0e859726
commit 6858f4e44c
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ async function search() {
const to = computed(() => {
const { params } = arrayData.getCurrentFilter();
params.search = searchText.value;
params.search = searchText.value || undefined;
const url = { path: route.path, query: { ...(route.query ?? {}) } };
const searchUrl = arrayData.store.searchUrl;