changes untested
This commit is contained in:
1
src/layouts/headers/search.vue
Normal file → Executable file
1
src/layouts/headers/search.vue
Normal file → Executable file
@@ -47,7 +47,6 @@ const getSearchUrl = () => {
|
||||
};
|
||||
|
||||
const performSearch = debounce(async () => {
|
||||
console.log("searching")
|
||||
if (searchTerm.value === "") {
|
||||
customers.value = [];
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user