Skip to content

Commit 87303a7

Browse files
committed
Fix correct parameter
1 parent 2a82b58 commit 87303a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/iOSComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class iOSComponent extends React.Component {
118118
})
119119
}
120120

121-
handleEnvironmentChange(value) {
121+
handleEnvironmentChange(event, value) {
122122
this.setState({
123123
environment: value
124124
})

0 commit comments

Comments
 (0)