undoing bug.

This commit is contained in:
Bryce Covert
2021-05-14 10:39:39 -07:00
parent 34d723677d
commit 8aed733826

View File

@@ -29,6 +29,7 @@
::settled
[(forms/in-form ::vendor-form)]
(fn [{:keys [data] :as form} _]
form
#_(let [vendors @(re-frame/subscribe [::subs/vendors])
text (.toLowerCase (:name data ""))
matching-vendor (when (> (count text) 5)