minor tweak.

This commit is contained in:
Bryce Covert
2019-04-17 12:14:18 -07:00
parent 0081d0aaed
commit a4eea929e5
2 changed files with 18 additions and 16 deletions

View File

@@ -290,14 +290,15 @@
:spec ::invoice/total :spec ::invoice/total
:step "0.01"}]]]]]] :step "0.01"}]]]]]]
[bind-field [:div.field
[expense-accounts-field {:subscription data [bind-field
:type "expense-accounts" [expense-accounts-field {:subscription data
:descriptor "expense account" :type "expense-accounts"
:event change-event :descriptor "expense account"
:locations locations :event change-event
:max-value (:total data) :locations locations
:field [:expense-accounts]}]] :max-value (:total data)
:field [:expense-accounts]}]]]

View File

@@ -121,14 +121,15 @@
:event change-event :event change-event
:subscription data}]]]] :subscription data}]]]]
[bind-field [:div.field
[expense-accounts-field [bind-field
{:type "expense-accounts" [expense-accounts-field
:field [:expense-accounts] {:type "expense-accounts"
:descriptor "credit account" :field [:expense-accounts]
:locations locations :descriptor "credit account"
:event change-event :locations locations
:subscription data}]] :event change-event
:subscription data}]]]
(comment (comment
[:div.field [:div.field