fix: add departments in Zendesk widget (#896)

Description:
Add departments list in Zendesk widget configurations

VAN-1426
This commit is contained in:
Blue
2023-05-10 16:58:26 +05:00
committed by GitHub
parent f9069df4e6
commit ec9e34cea4
2 changed files with 14 additions and 0 deletions

View File

@@ -16,6 +16,9 @@ const ZendeskHelp = () => {
},
chat: {
suppress: false,
departments: {
enabled: ['account settings', 'billing and payments', 'certificates', 'deadlines', 'errors and technical issues', 'other', 'proctoring'],
},
},
contactForm: {
ticketForms: [

View File

@@ -20,6 +20,17 @@ exports[`Zendesk Help should match login page third party auth alert message sna
},
},
"chat": Object {
"departments": Object {
"enabled": Array [
"account settings",
"billing and payments",
"certificates",
"deadlines",
"errors and technical issues",
"other",
"proctoring",
],
},
"suppress": false,
},
"contactForm": Object {