Skip to content

Commit

Permalink
Merge branch 'main' into fix/Filter-types-order-does-not-reflect-curr…
Browse files Browse the repository at this point in the history
…ent-order-#569
  • Loading branch information
espenkalle authored Jan 31, 2024
2 parents 036b235 + 5b27993 commit ba3d644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit ba3d644

Please sign in to comment.