vendors walkthrough works good

This commit is contained in:
2023-11-03 16:29:46 -07:00
parent eef1cfb919
commit 3f7f0a0aaf
2 changed files with 55 additions and 45 deletions

View File

@@ -180,7 +180,7 @@
:type "submit" :class (cond-> (or class "")
true (hh/add-class "w-32")
(seq errors) (hh/add-class "animate-shake"))}
(merge params)
(merge (dissoc params :class))
(dissoc :errors))
(if (seq children)
children