Weekly tickets #459

Merged
jsegarra merged 8 commits from :feature/WeeklyTickets into dev 2024-06-25 21:02:08 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d488a2d523 - Show all commits

View File

@ -67,7 +67,7 @@ const applyColumnFilter = async (col) => {
}
};
const getInputEvents = (col) => ({ 'update:modelValue': () => applyColumnFilter(col) });
const getInputEvents = (col) => ({ 'keyup.enter': () => applyColumnFilter(col) });
const columns = computed(() => [
{