refactor(charts): unify on Chart.js, remove Chartist #10
@@ -148,7 +148,9 @@
|
|||||||
next-button-content]}]
|
next-button-content]}]
|
||||||
[:div.flex.justify-end
|
[:div.flex.justify-end
|
||||||
[:div.flex.items-baseline.gap-x-4
|
[:div.flex.items-baseline.gap-x-4
|
||||||
(com/form-errors {:errors (:errors (:step-params fc/*form-errors*))})
|
(let [step-errors (:step-params fc/*form-errors*)]
|
||||||
|
(com/form-errors {:errors (or (:errors step-errors)
|
||||||
|
(when (sequential? step-errors) step-errors))}))
|
||||||
(when (not= (first (steps linear-wizard))
|
(when (not= (first (steps linear-wizard))
|
||||||
(step-key step))
|
(step-key step))
|
||||||
(when validation-route
|
(when validation-route
|
||||||
|
|||||||
Reference in New Issue
Block a user