fix: add limit assign so @limit works in pskr_spots template
This commit is contained in:
parent
5698d32865
commit
38ee285833
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ defmodule MicrowavepropWeb.PskrSpotsLive do
|
|||
{:ok,
|
||||
assign(socket,
|
||||
page_title: "PSK Reporter Spots",
|
||||
limit: @limit,
|
||||
spots: spots
|
||||
)}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue