This commit is contained in:
@ -9,7 +9,7 @@ const props = defineProps<{
|
||||
}>()
|
||||
|
||||
const TX = ref<Transaction>({
|
||||
Date: new Date().toISOString().substring(0, 10),
|
||||
Date: new Date(),
|
||||
Memo: "",
|
||||
Amount: 0,
|
||||
Payee: "",
|
||||
|
Reference in New Issue
Block a user