mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Enhancement: support new unifi network api and api key (#4860)
This commit is contained in:
@@ -38,7 +38,7 @@ export async function cleanWidgetGroups(widgets) {
|
||||
}
|
||||
});
|
||||
|
||||
// delete url from the sanitized options if the widget is not a search or glances widgeth
|
||||
// delete url from the sanitized options if the widget is not a search or glances widget
|
||||
if (widget.type !== "search" && widget.type !== "glances" && optionKeys.includes("url")) {
|
||||
delete sanitizedOptions.url;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user