Added the ability to remove them in the ui.3

This commit is contained in:
Bryce Covert
2020-04-20 07:49:38 -07:00
parent 47babdfe7c
commit 773ae19f5c
7 changed files with 100 additions and 45 deletions

View File

@@ -793,7 +793,7 @@
(defn get-vendor [context args value]
(->graphql
(d-vendors/get-graphql args)))
(d-vendors/get-graphql (assoc args :id (:id context)))))
(defn print-checks [context args value]