Makes an okay experience of editing vendors through a wizard
This commit is contained in:
@@ -19,3 +19,11 @@
|
||||
|
||||
(defmacro error [x & kvs]
|
||||
`(mu/log ~x :status "ERROR" ~@kvs ))
|
||||
|
||||
(defn peek
|
||||
([x]
|
||||
(info ::peek :entity x)
|
||||
x)
|
||||
([y x]
|
||||
(info y :entity x)
|
||||
x))
|
||||
|
||||
Reference in New Issue
Block a user