diff --git a/lib/osuuspuutarha_web/live/order_live/show.html.heex b/lib/osuuspuutarha_web/live/order_live/show.html.heex index 1ce3c3f..0db9e16 100644 --- a/lib/osuuspuutarha_web/live/order_live/show.html.heex +++ b/lib/osuuspuutarha_web/live/order_live/show.html.heex @@ -7,6 +7,8 @@ id={@order.id} title={@page_title} action={@live_action} + submit_text="Tallenna" + has_privacy_consent={false} order={@order} return_to={Routes.order_show_path(@socket, :show, @order)} />