#8448 - devToTest #1254

Merged
alexm merged 365 commits from 8448-devToTest into test 2025-01-21 10:44:46 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6858f4e44c - Show all commits

View File

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