From c3f803841bdb8eaa6d8fdcdbd01879d00aa98d40 Mon Sep 17 00:00:00 2001 From: Gianfranco Date: Tue, 19 Dec 2023 15:22:50 -0300 Subject: [PATCH] enable_confirm_on_browser_close defaults to true (#1957) --- .../helplines/configs/service-configuration/defaults.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/twilio-iac/helplines/configs/service-configuration/defaults.json b/twilio-iac/helplines/configs/service-configuration/defaults.json index bd1e3dbbd2..ff46adc41a 100644 --- a/twilio-iac/helplines/configs/service-configuration/defaults.json +++ b/twilio-iac/helplines/configs/service-configuration/defaults.json @@ -72,7 +72,8 @@ "post_survey_serverless_handled": true, "backend_handled_chat_janitor": true, "enable_client_profiles": false, - "enable_case_merging": false + "enable_case_merging": false, + "enable_confirm_on_browser_close": true }, "multipleOfficeSupport": false, "WARNING": "These attributes are set using a tool in the twilio-iac repo. If you are seeing this message anywhere else, please stop and use the process described here: https://github.com/techmatters/flex-plugins/blob/master/twilio-iac/docs/service_configuration.md"