fix(superset): corrigir dependência fetchGuestToken → fetchTokenData no useCallback

Referência ao nome antigo causava ReferenceError no runtime.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Jonas Pacheco 2026-03-19 15:09:35 -03:00
parent 275b589765
commit a1ba3b4b02
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ export function SupersetDashboard({
setStatus("error");
}
}
}, [dashboardId, fetchGuestToken]);
}, [dashboardId, fetchTokenData]);
useEffect(() => {
loadDashboard();