fixed sorting and filtering issue
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
(assoc-in [:status :loading] true)
|
||||
(assoc-in [::params] params))
|
||||
:graphql {:token (-> cofx :db :user)
|
||||
:query-obj (invoice-table/query (assoc params :imported true :status "unpaid"))
|
||||
:query-obj (invoice-table/query (doto (assoc params :imported true :status "unpaid") println))
|
||||
:on-success [::received]}}))
|
||||
|
||||
(re-frame/reg-event-db
|
||||
|
||||
Reference in New Issue
Block a user