Skip to content

Commit 9530b23

Browse files
authored
mark onCancel as not required (#104)
1 parent 1abbfad commit 9530b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/three-domain-secure/component.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export function getThreeDomainSecureComponent(): TDSComponent {
136136
},
137137
onCancel: {
138138
type: "function",
139-
alias: "onCancel",
139+
required: false,
140140
},
141141
sdkMeta: {
142142
type: "string",

0 commit comments

Comments
 (0)