Add abilty to filter transactions by account, payee and category #55
@ -15,7 +15,6 @@ function valueChanged(e: Event) {
|
||||
emits('update:modelValue', target.valueAsNumber);
|
||||
break;
|
||||
default:
|
||||
console.log("STR-INPUT", props.type)
|
||||
emits('update:modelValue', target.value)
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user