Rename FormComponent -> RecordFormComponent

This commit is contained in:
Claudio Ortolina
2025-08-30 22:16:20 +03:00
parent c8ca209566
commit 7358608eca
11 changed files with 41 additions and 41 deletions
@@ -73,7 +73,7 @@ defmodule MusicLibraryWeb.CollectionLive.Index do
end
@impl true
def handle_info({MusicLibraryWeb.FormComponent, {:saved, _record}}, socket) do
def handle_info({MusicLibraryWeb.RecordFormComponent, {:saved, _record}}, socket) do
{:noreply, load_and_assign_records(socket, socket.assigns.record_list_params)}
end