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]}]]]

View File

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