Skip to content

Commit

Permalink
fix: disable retry for token fetching (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas authored Jan 31, 2024
1 parent bc2992f commit 5b27993
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/power-bi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/workspace-powerbi",
"version": "1.0.13",
"version": "1.0.14",
"type": "module",
"sideEffects": false,
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions packages/power-bi/src/lib/components/report/Report.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export function Report({ getEmbedInfo, getToken, reportUri, controller, filters,
queryFn: ({ signal }) => getToken(reportUri, signal),
refetchInterval: generateRefetchInterval,
suspense: true,
retry: false,
useErrorBoundary: true,
refetchOnWindowFocus: true,
});
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace-fusion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/workspace-fusion",
"version": "7.0.1",
"version": "7.0.2",
"type": "module",
"sideEffects": false,
"license": "MIT",
Expand Down

0 comments on commit 5b27993

Please sign in to comment.