From 0dcfbca318b1f6c0f8a48f7621c463d1a173c516 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 19 Apr 2022 12:52:40 -0700 Subject: [PATCH] Fix join msgs switch not firing api call --- web/utils/config-constants.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/utils/config-constants.tsx b/web/utils/config-constants.tsx index 24cc021c7..3d653f736 100644 --- a/web/utils/config-constants.tsx +++ b/web/utils/config-constants.tsx @@ -213,6 +213,7 @@ export const FIELD_PROPS_CHAT_JOIN_MESSAGES_ENABLED = { configPath: '', label: 'Join Messages', tip: 'Show when a viewer joins the chat.', + useSubmit: true, }; export const CHAT_ESTABLISHED_USER_MODE = {