fixing path.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
(ns auto-ap.views.components.switch-field)
|
||||
|
||||
(defn switch-field [{:keys [id label on-change checked]}]
|
||||
[:<>
|
||||
[:input.switch {:type "checkbox" :id id :on-change on-change :checked checked}]
|
||||
[:label {:for id} label]])
|
||||
Reference in New Issue
Block a user