automated imports.
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
(fn []
|
||||
(let [current-company @(re-frame/subscribe [::subs/company])]
|
||||
[:div
|
||||
[:h1.title "Payments"]
|
||||
[:h1.title "Checks"]
|
||||
[check-table {:id :checks
|
||||
:params (re-frame/subscribe [::params])
|
||||
:check-page (re-frame/subscribe [::check-page])
|
||||
|
||||
@@ -207,7 +207,6 @@
|
||||
::create-invoice
|
||||
(fn [{:keys [db]} _]
|
||||
(let [new-invoice @(re-frame/subscribe [::new-invoice])]
|
||||
(println new-invoice)
|
||||
{:graphql
|
||||
{:token (-> db :user)
|
||||
:query-obj {:venia/operation {:operation/type :mutation
|
||||
|
||||
Reference in New Issue
Block a user