Collection defaults to 100 records per page
This commit is contained in:
@@ -7,7 +7,7 @@ defmodule MusicLibraryWeb.RecordLive.Index do
|
||||
@default_records_list_params %{
|
||||
query: "",
|
||||
page: 1,
|
||||
page_size: 20
|
||||
page_size: 100
|
||||
}
|
||||
|
||||
@impl true
|
||||
|
||||
Reference in New Issue
Block a user