Skip to content

Commit

Permalink
Merge pull request #19808 from ramonlsouza/restore-chat-poll
Browse files Browse the repository at this point in the history
fix: wrong chat name displayed when poll is published
  • Loading branch information
antobinary committed Mar 19, 2024
2 parents 3ad1187 + 1e285c0 commit 08b2054
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { POLL_PUBLISH_RESULT, POLL_CANCEL, POLL_CREATE } from './mutations';
import { ACTIONS, PANELS } from '../layout/enums';

const CHAT_CONFIG = window.meetingClientSettings.public.chat;
const PUBLIC_CHAT_KEY = CHAT_CONFIG.public_id;
const PUBLIC_CHAT_KEY = CHAT_CONFIG.public_group_id;

const PollContainer = (props) => {
const layoutContextDispatch = layoutDispatch();
Expand Down

0 comments on commit 08b2054

Please sign in to comment.