Skip to content

Commit

Permalink
[MI-3765] Fix issue: "Create New Meeting" button not working in threa…
Browse files Browse the repository at this point in the history
…ds view (#325)
  • Loading branch information
raghavaggarwal2308 authored Dec 14, 2023
1 parent 087a6c9 commit 1005e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/post_type_zoom/post_type_zoom.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default class PostTypeZoom extends React.PureComponent {
className='btn btn-lg btn-primary'
style={style.button}
rel='noopener noreferrer'
onClick={() => this.props.actions.startMeeting(this.props.currentChannelId, '', true, props.meeting_topic)}
onClick={() => this.props.actions.startMeeting(post.channel_id, post.root_id, true, props.meeting_topic)}
>
{'CREATE NEW MEETING'}
</a>
Expand Down

0 comments on commit 1005e33

Please sign in to comment.