Fix ts issues
This commit is contained in:
parent
84c95d0c4e
commit
f0084b683e
@ -16,10 +16,10 @@ defineProps<{
|
|||||||
accountid: string
|
accountid: string
|
||||||
}>()
|
}>()
|
||||||
|
|
||||||
const modalInputRow = ref<TransactionInputRow>(null);
|
const modalInputRow = ref<typeof TransactionInputRow | null>(null);
|
||||||
|
|
||||||
function submitModal() {
|
function submitModal() {
|
||||||
modalInputRow.value.Save();
|
modalInputRow.value!.Save();
|
||||||
}
|
}
|
||||||
|
|
||||||
const accounts = useAccountStore();
|
const accounts = useAccountStore();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user