Fix join msgs switch not firing api call

This commit is contained in:
Gabe Kangas
2022-04-19 12:52:40 -07:00
parent 6cb3856ac0
commit 0dcfbca318

View File

@@ -213,6 +213,7 @@ export const FIELD_PROPS_CHAT_JOIN_MESSAGES_ENABLED = {
configPath: '', configPath: '',
label: 'Join Messages', label: 'Join Messages',
tip: 'Show when a viewer joins the chat.', tip: 'Show when a viewer joins the chat.',
useSubmit: true,
}; };
export const CHAT_ESTABLISHED_USER_MODE = { export const CHAT_ESTABLISHED_USER_MODE = {