Skip to content

Commit 941e5bd

Browse files
committed
Fix bug in docs
1 parent bf832b6 commit 941e5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/UseReportDemo/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const UseReportDemo = () => {
6161
if (isValidConfig) {
6262
setEmbed(reportRef, {
6363
...reportProps,
64-
settings: extraSettings,
64+
extraSettings,
6565
});
6666
}
6767
}, [isValidConfig]);

0 commit comments

Comments
 (0)