choose hidden vendors

This commit is contained in:
Bryce Covert
2020-04-21 07:34:02 -07:00
parent 1e2b84b672
commit 6ec56c4b7d

View File

@@ -297,7 +297,7 @@
[:h2.title.is-4 "Outcomes"]
[field "Assign Vendor"
[typeahead-entity {:matches @(re-frame/subscribe [::subs/vendors])
[typeahead-entity {:matches @(re-frame/subscribe [::subs/all-vendors])
:match->text :name
:type "typeahead-entity"
:field [:vendor]