From c4e3904a95dd0ce3e69b78e6a93818586888aaef Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Thu, 12 Oct 2017 10:08:21 -0300 Subject: [PATCH] Update --- client/coral-ui/components/Dropdown.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/coral-ui/components/Dropdown.js b/client/coral-ui/components/Dropdown.js index f05cdd0c3..f840301a1 100644 --- a/client/coral-ui/components/Dropdown.js +++ b/client/coral-ui/components/Dropdown.js @@ -15,9 +15,9 @@ class Dropdown extends React.Component { }; } - setValue = (value, label) => { + setValue = (value) => { if (this.props.onChange) { - this.props.onChange(value, label); + this.props.onChange(value); } this.setState({