This commit is contained in:
Simon Pocrnjič 2024-11-22 16:05:35 +01:00
parent 5a1d41775b
commit 0c3bbfe18f

View File

@ -29,14 +29,10 @@ const logout = () => {
router.post(route('logout'));
};
const setRoute = (index) => {
return route('client.show', index);
}
const onSearchFocus = () => {
if(querySearch.value.length > 0) {
//if(querySearch.value.length > 0) {
querySearchList.value = false;
}
//}
}
const onSearchBlue = () => {