Bugfix: Broken edit button on show page

This commit is contained in:
2023-03-20 18:14:09 +02:00
parent cbb4e13097
commit 5723ef8f99

View File

@@ -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)}
/>