Skip to content

Commit db4ab98

Browse files
author
Amit Shuster
committed
Merged PR 4098: playground - bookmark name fix
bookmark name fix
1 parent 1f7db88 commit db4ab98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/v2-demo/scripts/codesamples.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1562,7 +1562,7 @@ function _Bookmarks_Apply() {
15621562
// bookmarksManager.apply will apply the bookmark with the
15631563
// given name on the report.
15641564
// This is the actual bookmark name not the display name.
1565-
report.bookmarksManager.apply("Bookmark2f89b805540504c54031")
1565+
report.bookmarksManager.apply("Bookmark4f76333c3ea205286501")
15661566
.catch(function (errors) {
15671567
Log.log(errors);
15681568
});

0 commit comments

Comments
 (0)