From c44757e94a41521e5ebda9bf50e33172ef6f1c5b Mon Sep 17 00:00:00 2001 From: duong Date: Sat, 9 Nov 2024 22:37:05 +0000 Subject: [PATCH] Forgot to commit the edit form too --- .../media_profiles/media_profile_html/edit.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pinchflat_web/controllers/media_profiles/media_profile_html/edit.html.heex b/lib/pinchflat_web/controllers/media_profiles/media_profile_html/edit.html.heex index 27459f0..a56fea8 100644 --- a/lib/pinchflat_web/controllers/media_profiles/media_profile_html/edit.html.heex +++ b/lib/pinchflat_web/controllers/media_profiles/media_profile_html/edit.html.heex @@ -10,7 +10,7 @@
- <.media_profile_form changeset={@changeset} action={~p"/media_profiles/#{@media_profile}"} /> + <.media_profile_form changeset={@changeset} action={~p"/media_profiles/#{@media_profile}"} method="patch" />