mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-04 15:50:12 +01:00
fix receiver_keys textarea
This commit is contained in:
parent
47ecc26f28
commit
d920540021
|
|
@ -106,7 +106,7 @@ class GeneralSettingsController(AdminController):
|
|||
),
|
||||
Section(
|
||||
"Receiver listings",
|
||||
TextInput(
|
||||
TextAreaInput(
|
||||
"receiver_keys",
|
||||
"Receiver keys",
|
||||
converter=ReceiverKeysConverter(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue