From 212744365f067e03fc3b7527d716a7e3ed361248 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sun, 18 Jan 2026 13:07:07 -0600 Subject: [PATCH] fix: add timezone attribute to form layouts --- lib/towerops_web/live/device_live/form.html.heex | 1 + lib/towerops_web/live/site_live/form.html.heex | 1 + 2 files changed, 2 insertions(+) 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