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
:step "0.01"}]]]]]]
[bind-field
[expense-accounts-field {:subscription data
:type "expense-accounts"
:descriptor "expense account"
:event change-event
:locations locations
:max-value (:total data)
:field [:expense-accounts]}]]
[:div.field
[bind-field
[expense-accounts-field {:subscription data
:type "expense-accounts"
:descriptor "expense account"
:event change-event
:locations locations
:max-value (:total data)
:field [:expense-accounts]}]]]