fix: add timezone attribute to form layouts
This commit is contained in:
parent
9c2f08317f
commit
212744365f
2 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
flash={@flash}
|
||||
current_scope={@current_scope}
|
||||
current_organization={@organization}
|
||||
timezone={@timezone}
|
||||
>
|
||||
<div phx-hook="ScrollToTop" id="scroll-container">
|
||||
<div class="mb-4">
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
flash={@flash}
|
||||
current_scope={@current_scope}
|
||||
current_organization={@organization}
|
||||
timezone={@timezone}
|
||||
>
|
||||
<div class="mb-4">
|
||||
<.link
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue