Fix input on mobile #44
@ -16,10 +16,10 @@ defineProps<{
|
||||
accountid: string
|
||||
}>()
|
||||
|
||||
const modalInputRow = ref<TransactionInputRow>(null);
|
||||
const modalInputRow = ref<typeof TransactionInputRow | null>(null);
|
||||
|
||||
function submitModal() {
|
||||
modalInputRow.value.Save();
|
||||
modalInputRow.value!.Save();
|
||||
}
|
||||
|
||||
const accounts = useAccountStore();
|
||||
|
Loading…
x
Reference in New Issue
Block a user