fix(ui) - session share in slack

This commit is contained in:
Shekar Siri 2022-10-10 18:10:42 +02:00
parent ae5020669a
commit a5c817d98a

View file

@ -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 });