mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-04 12:04:20 +08:00
Remove unnecessary url assign on form components
This commit is contained in:
parent
07c35418ae
commit
6ec263ce7c
4 changed files with 0 additions and 4 deletions
|
@ -14,7 +14,6 @@ defmodule LivebookWeb.HomeLive.ImportContentComponent do
|
|||
Import notebook by directly pasting the <span class="font-semibold">live markdown</span> content.
|
||||
</p>
|
||||
<.form let={f} for={:data}
|
||||
url="#"
|
||||
phx-submit="import"
|
||||
phx-change="validate"
|
||||
phx-target={@myself}
|
||||
|
|
|
@ -21,7 +21,6 @@ defmodule LivebookWeb.HomeLive.ImportUrlComponent do
|
|||
Paste the URL to a .livemd file, to a GitHub file, or to a Gist to import it.
|
||||
</p>
|
||||
<.form let={f} for={:data}
|
||||
url="#"
|
||||
phx-submit="import"
|
||||
phx-change="validate"
|
||||
phx-target={@myself}
|
||||
|
|
|
@ -40,7 +40,6 @@ defmodule LivebookWeb.SessionLive.AttachedLive do
|
|||
Then enter the connection information below:
|
||||
</p>
|
||||
<.form let={f} for={:data}
|
||||
url="#"
|
||||
phx-submit="init"
|
||||
phx-change="validate"
|
||||
autocomplete="off"
|
||||
|
|
|
@ -28,7 +28,6 @@ defmodule LivebookWeb.UserComponent do
|
|||
<.user_avatar user={@preview_user} class="h-20 w-20" text_class="text-3xl" />
|
||||
</div>
|
||||
<.form let={f} for={:data}
|
||||
url="#"
|
||||
phx-submit="save"
|
||||
phx-change="validate"
|
||||
phx-target={@myself}
|
||||
|
|
Loading…
Add table
Reference in a new issue