Skip to content

Commit 24e825a

Browse files
author
Hai-Yen Nguyen
committed
remove onCancel decorate
1 parent 48b60e4 commit 24e825a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/three-domain-secure/component.jsx

-3
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,6 @@ export function getThreeDomainSecureComponent(): TDSComponent {
137137
onCancel: {
138138
type: "function",
139139
alias: "onCancel",
140-
decorate: ({ props }) => {
141-
return props.onClose();
142-
},
143140
},
144141
sdkMeta: {
145142
type: "string",

0 commit comments

Comments
 (0)