fix receiver_keys textarea

This commit is contained in:
Jakob Ketterl 2021-02-07 21:45:02 +01:00
parent 47ecc26f28
commit d920540021
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class GeneralSettingsController(AdminController):
),
Section(
"Receiver listings",
TextInput(
TextAreaInput(
"receiver_keys",
"Receiver keys",
converter=ReceiverKeysConverter(),