diff --git a/lib/decentralised_book_index_web/live/dbi_server_live/form_component.ex b/lib/decentralised_book_index_web/live/dbi_server_live/form_component.ex index 22d1a27..0d3e3d6 100644 --- a/lib/decentralised_book_index_web/live/dbi_server_live/form_component.ex +++ b/lib/decentralised_book_index_web/live/dbi_server_live/form_component.ex @@ -16,11 +16,9 @@ defmodule DecentralisedBookIndexWeb.DbiServerLive.FormComponent do phx-change="validate" phx-submit="save" > - <.input field={@form[:name]} type="text" label="Name" /><.input - field={@form[:url]} - type="text" - label="Url" - /> + <.input field={@form[:name]} type="text" label="Name" /> + <.input field={@form[:url]} type="text" label="Url" /> + <.input field={@form[:sync_on?]} type="checkbox" label="Sync on" /> <:actions> <.save_button phx-disable-with="Saving...">