fill error variable with an empty string for the device list

This commit is contained in:
Jakob Ketterl 2021-04-27 23:19:48 +02:00
parent a7e2aae292
commit 4a77d2cc38

View File

@ -27,6 +27,7 @@ class SdrDeviceListController(AuthorizationMixin, BreadcrumbMixin, WebpageContro
variables["content"] = self.render_devices()
variables["title"] = "SDR device settings"
variables["modal"] = ""
variables["error"] = ""
return variables
def get_breadcrumb(self):