Progress on the new vendor form
This commit is contained in:
@@ -108,7 +108,6 @@
|
||||
(re-frame/inject-cofx ::inject/sub (fn [[_ _ _ client]]
|
||||
[::subs/locations-for-client (:id client)]))]
|
||||
(fn [{:keys [db] ::subs/keys [locations-for-client]} [_ _ command client]]
|
||||
(println locations-for-client)
|
||||
(when (= :create command)
|
||||
{:db
|
||||
(-> db
|
||||
|
||||
Reference in New Issue
Block a user