Skip to content

Commit

Permalink
feat(embedded-sdk): Simplify example
Browse files Browse the repository at this point in the history
  • Loading branch information
grvoicu committed Jun 15, 2023
1 parent d74bdd2 commit 4df479b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion superset-embedded-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ embedDashboard({
expanded: true,
},
urlParams: {
customParamName: 'customParamValue',
foo: 'value1',
bar: 'value2',
// ...
}
},
});
Expand Down

0 comments on commit 4df479b

Please sign in to comment.