diff --git a/lib/towerops_web/live/device_live/form.html.heex b/lib/towerops_web/live/device_live/form.html.heex index fb03d8c9..9af0efa4 100644 --- a/lib/towerops_web/live/device_live/form.html.heex +++ b/lib/towerops_web/live/device_live/form.html.heex @@ -2,6 +2,7 @@ flash={@flash} current_scope={@current_scope} current_organization={@organization} + timezone={@timezone} >
diff --git a/lib/towerops_web/live/site_live/form.html.heex b/lib/towerops_web/live/site_live/form.html.heex index 0c3ab7bc..ac4e4b16 100644 --- a/lib/towerops_web/live/site_live/form.html.heex +++ b/lib/towerops_web/live/site_live/form.html.heex @@ -2,6 +2,7 @@ flash={@flash} current_scope={@current_scope} current_organization={@organization} + timezone={@timezone} >
<.link