fix(ui) - session share in slack
This commit is contained in:
parent
ae5020669a
commit
a5c817d98a
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ export default class SharePopup extends React.PureComponent {
|
|||
toast.success('Sent to Slack.');
|
||||
};
|
||||
|
||||
changeChannel = ({ value }) => this.setState({ channelId: value });
|
||||
changeChannel = ({ value }) => this.setState({ channelId: value.value });
|
||||
|
||||
onClickHandler = () => {
|
||||
this.setState({ isOpen: true });
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue