mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: remove duplicate setting
This commit is contained in:
parent
52fdade8e4
commit
2543622ae3
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user