From 5723ef8f9993e13cc2144cc438e77861a1c650d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veikko=20Lintuj=C3=A4rvi?= Date: Mon, 20 Mar 2023 18:14:09 +0200 Subject: [PATCH] Bugfix: Broken edit button on show page --- lib/osuuspuutarha_web/live/order_live/show.html.heex | 2 ++ 1 file changed, 2 insertions(+) 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)} />