Change integration structure to array and rename to widgets in config

This commit is contained in:
Meierschlumpf
2022-12-19 17:03:39 +01:00
parent ed0146e7b0
commit 8f7a3111ca
21 changed files with 154 additions and 134 deletions

View File

@@ -58,7 +58,7 @@ const useDashDotStorage = () => {
'dashdot/storage',
{
configName,
url: config?.integrations.dashDot?.properties.url,
url: config?.widgets.dashDot?.properties.url,
},
],
queryFn: () => fetchDashDotStorageLoad(configName),