Skip to content
Snippets Groups Projects
Commit a44d9297 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

clean

parent d655ed71
No related branches found
No related tags found
No related merge requests found
Pipeline #126709 failed
......@@ -213,7 +213,6 @@ async function searchOrFilter() {
// do something, it will be called at most 1 time per second
try {
loading.value = true
// const q = queryInputValue.value === null ? "" : queryInputValue.value
const q = search.value
await msSearch(q, { ...paginationParams.value, filter: toValue(computedFilter), sort: msSortBy.value })
} catch (error: any) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment