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:
parent
275b589765
commit
a1ba3b4b02
|
|
@ -93,7 +93,7 @@ export function SupersetDashboard({
|
||||||
setStatus("error");
|
setStatus("error");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, [dashboardId, fetchGuestToken]);
|
}, [dashboardId, fetchTokenData]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
loadDashboard();
|
loadDashboard();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue