diff --git a/superset-frontend/packages/superset-ui-core/src/connection/callApi/callApi.ts b/superset-frontend/packages/superset-ui-core/src/connection/callApi/callApi.ts index 14148eadb9dd2..7c3fe21fdb8a4 100644 --- a/superset-frontend/packages/superset-ui-core/src/connection/callApi/callApi.ts +++ b/superset-frontend/packages/superset-ui-core/src/connection/callApi/callApi.ts @@ -107,7 +107,7 @@ export default async function callApi({ request.headers = { ...request.headers, 'If-None-Match': etag }; } } catch { - // todo: caches.open handle error + // If superset is in an iframe and third-party cookies are disabled, caches.open throws } const response = await fetchWithRetry(url, request);