Makes better warning/errors

This commit is contained in:
2025-02-03 21:06:28 -08:00
parent 473b2c34c8
commit d078fb8a15
3 changed files with 23 additions and 8 deletions

View File

@@ -58,6 +58,7 @@
(defn field-errors
([]
(println "CURRENT IS" *current*)
(field-errors *current*))
([cursor]
(get-in *form-errors* (cursor/path cursor))))