Skip to content

Commit

Permalink
fixed azure storage endpoint_form.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
trbKnl committed Sep 4, 2024
1 parent cd85cc4 commit 4fb6a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/systems/storage/azure/endpoint_form.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Systems.Storage.Azure.EndpointForm do
@impl true
def render(assigns) do
~H"""
<div id={"#{@id}_azure_endpoint_content"} phx-hook="LiveContent" data-show-errors={@show_errors}>
<div id={"#{@id}_azure_endpoint_content"} phx-hook="LiveContent">
<.form id={"#{@id}_azure_endpoint_form"} :let={form} for={@changeset} phx-change="save" phx-target={@myself}>
<.text_input form={form} field={:account_name} label_text={dgettext("eyra-storage", "azure.account_name.label")} />
<.text_input form={form} field={:container} label_text={dgettext("eyra-storage", "azure.container.label")} />
Expand Down

0 comments on commit 4fb6a19

Please sign in to comment.