Rename FormComponent(s) to just Form

This commit is contained in:
Claudio Ortolina
2025-09-23 09:42:59 +03:00
parent f5c60d2cd1
commit bf0a0a552c
22 changed files with 157 additions and 157 deletions
@@ -73,7 +73,7 @@ defmodule MusicLibraryWeb.CollectionLive.Index do
end
@impl true
def handle_info({MusicLibraryWeb.RecordFormComponent, {:saved, _record}}, socket) do
def handle_info({MusicLibraryWeb.RecordForm, {:saved, _record}}, socket) do
{:noreply, load_and_assign_records(socket, socket.assigns.record_list_params)}
end