Default contacts list sort to inserted_at desc
This commit is contained in:
parent
fd33eff8bc
commit
20eb559bb0
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ defmodule MicrowavepropWeb.ContactLive.Index do
|
|||
alias Microwaveprop.Radio
|
||||
|
||||
@sortable_fields ~w(station1 station2 band mode distance_km qso_timestamp inserted_at)
|
||||
@default_sort_by "qso_timestamp"
|
||||
@default_sort_by "inserted_at"
|
||||
@default_sort_order "desc"
|
||||
|
||||
@impl true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue