couple of fixes.

This commit is contained in:
2022-07-28 11:57:19 -07:00
parent f62c46321e
commit 9d2d4e8191
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
(def schema
(m/schema [:map
[:vendor schema/reference]
[:vendor {:optional true} [:maybe schema/reference]]
[:accounts expense-accounts-field/schema]
[:approval-status schema/approval-status]]))