Add collection sorting buttons (inactive)
This commit is contained in:
@@ -10,7 +10,8 @@ defmodule MusicLibraryWeb.CollectionLive.Index do
|
||||
@default_records_list_params %{
|
||||
query: "",
|
||||
page: 1,
|
||||
page_size: 20
|
||||
page_size: 20,
|
||||
order: :alphabetical
|
||||
}
|
||||
|
||||
@impl true
|
||||
|
||||
Reference in New Issue
Block a user