Compare commits

..

1 Commits

Author SHA1 Message Date
e2fc9e4343 use null instead of undefined
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
2022-08-21 20:01:41 +00:00

View File

@ -16,9 +16,9 @@ const TX = ref<Transaction>({
Memo: "", Memo: "",
Amount: 0, Amount: 0,
Payee: "", Payee: "",
PayeeID: null, PayeeID: undefined,
Category: "", Category: "",
CategoryID: null, CategoryID: undefined,
CategoryGroup: "", CategoryGroup: "",
GroupID: "", GroupID: "",
ID: "", ID: "",