We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f7db88 commit db4ab98Copy full SHA for db4ab98
demo/v2-demo/scripts/codesamples.js
@@ -1562,7 +1562,7 @@ function _Bookmarks_Apply() {
1562
// bookmarksManager.apply will apply the bookmark with the
1563
// given name on the report.
1564
// This is the actual bookmark name not the display name.
1565
- report.bookmarksManager.apply("Bookmark2f89b805540504c54031")
+ report.bookmarksManager.apply("Bookmark4f76333c3ea205286501")
1566
.catch(function (errors) {
1567
Log.log(errors);
1568
});
0 commit comments