Compare commits

..

1 Commits

Author SHA1 Message Date
0b36048f47 use null instead of undefined
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-08-21 20:03:04 +00:00

View File

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