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: "",
Amount: 0,
Payee: "",
PayeeID: null,
PayeeID: undefined,
Category: "",
CategoryID: null,
CategoryID: undefined,
CategoryGroup: "",
GroupID: "",
ID: "",