We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf832b6 commit 941e5bdCopy full SHA for 941e5bd
src/docs/UseReportDemo/index.jsx
@@ -61,7 +61,7 @@ const UseReportDemo = () => {
61
if (isValidConfig) {
62
setEmbed(reportRef, {
63
...reportProps,
64
- settings: extraSettings,
+ extraSettings,
65
});
66
}
67
}, [isValidConfig]);
0 commit comments