Fix current section for online store templates

This commit is contained in:
Claudio Ortolina
2026-02-09 09:54:21 +00:00
parent 004b18ff4b
commit b1fb4b5c4f
@@ -8,7 +8,7 @@ defmodule MusicLibraryWeb.OnlineStoreTemplateLive.Index do
def mount(_params, _session, socket) do
{:ok,
socket
|> assign(:current_section, :scrobble_rules)
|> assign(:current_section, :online_store_templates)
|> stream(:templates, OnlineStoreTemplates.list_templates())}
end