Update unifi_console to use private widget options

This commit is contained in:
Michael Shamoon 2022-10-11 11:53:34 -07:00
parent c1a55ff6d3
commit dced918804
2 changed files with 7 additions and 8 deletions

View file

@ -10,7 +10,7 @@ export default function Widget({ options }) {
// eslint-disable-next-line no-param-reassign
options.type = "unifi_console";
const { data: statsData, error: statsError } = useWidgetAPI(options, "stat/sites");
const { data: statsData, error: statsError } = useWidgetAPI(options, "stat/sites", { index: options.index });
if (statsError || statsData?.error) {
return (