We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6575ba4 + 966448c commit 406b99dCopy full SHA for 406b99d
src/GoodByeProvider.js
@@ -27,19 +27,19 @@ class Provider extends React.Component {
27
};
28
29
handleOk = () => {
30
- this.pass(true);
31
this.setState({ isShow: false });
+ this.pass(true);
32
33
34
handleCancel = () => {
35
- this.pass(false);
36
+ this.pass(false);
37
38
39
handlePass = bool => {
40
- this.pass(bool);
41
42
- }
+ this.pass(bool);
+ };
43
44
render() {
45
const { children } = this.props;
0 commit comments