Skip to content

Commit

Permalink
Fix source code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasgarciaisaia committed Apr 2, 2024
1 parent 9cac0eb commit d7eb228
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
props (merge {:choices @(rf/subscribe [:providers-set/dropdown-options])
:label-fn :label
:render-fn (fn [provider-set] [:div.option-row
[:span (:label provider-set)]])}
[:span (:label provider-set)]])}
attrs)]
(when (asdf/should-reload? @list)
(rf/dispatch [:providers-set/load-providers-set]))
Expand Down

0 comments on commit d7eb228

Please sign in to comment.