Skip to content

Commit aa9da05

Browse files
Fixed mustView bug for click1 and 3
1 parent aad861b commit aa9da05

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/click/examples/createClickwrap.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const createClickwrap = async (args) => {
2222
format: "modal",
2323
hasAccept: true,
2424
mustRead: true,
25-
mustView: true,
2625
requireAccept: true,
2726
documentDisplay: "document",
2827
});

lib/click/examples/createNewClickwrapVersion.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const createNewClickwrapVersion = async (args) => {
2121
downloadable: false,
2222
format: "modal",
2323
mustRead: true,
24-
mustView: false,
2524
requireAccept: false,
2625
documentDisplay: "document",
2726
sendToEmail: false,

0 commit comments

Comments
 (0)