minor ui cleanup.

This commit is contained in:
Bryce Covert
2019-04-17 09:57:00 -07:00
parent fa5401b9a0
commit c51d235a36
4 changed files with 6 additions and 13 deletions

View File

@@ -104,7 +104,7 @@
(re-frame/reg-event-db
::adding
(fn [db [_ new]]
(-> db (forms/start-form ::form (assoc new :expense-accounts [{:id (str "new-" (random-uuid))}])))))
(-> db (forms/start-form ::form (assoc new :expense-accounts [{:amount 0 :id (str "new-" (random-uuid))}])))))
(re-frame/reg-event-db
::editing