fix: remove duplicate setting

This commit is contained in:
Mohamed Marrouchi 2024-10-21 16:19:47 +01:00
parent 52fdade8e4
commit 2543622ae3

View File

@ -45,13 +45,6 @@ export const DEFAULT_SETTINGS = [
type: SettingType.checkbox,
weight: 3,
},
{
group: 'chatbot_settings',
label: 'global_fallback',
value: true,
type: SettingType.checkbox,
weight: 4,
},
{
group: 'chatbot_settings',
label: 'fallback_block',
@ -65,7 +58,7 @@ export const DEFAULT_SETTINGS = [
idKey: 'id',
labelKey: 'name',
},
weight: 5,
weight: 4,
},
{
group: 'chatbot_settings',
@ -75,7 +68,7 @@ export const DEFAULT_SETTINGS = [
"I'm really sorry but i don't quite understand what you are saying :(",
] as string[],
type: SettingType.multiple_text,
weight: 6,
weight: 5,
},
{
group: 'contact',