small change
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
William Buezas 2024-06-18 11:50:15 -03:00
parent c807b5feb2
commit d488a2d523
1 changed files with 1 additions and 1 deletions

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(() => [ const columns = computed(() => [
{ {