fixes rule page

This commit is contained in:
2022-05-31 15:57:47 -07:00
parent 49a0684d63
commit 205b17164b
5 changed files with 23 additions and 26 deletions

View File

@@ -163,6 +163,7 @@
[:div.column.is-narrow
[:p.help "Location"]
[:div.control
(println account)
(if-let [forced-location (:location account)]
[:div.select
[:select {:disabled "disabled" :style {:width "5em"} :value forced-location} [:option {:value forced-location} forced-location]]]