fix: Added validation for check box in the pre-chat form (#5648)
This commit is contained in:
parent
20b4a91122
commit
444809cc68
1 changed files with 1 additions and 0 deletions
|
@ -245,6 +245,7 @@ export default {
|
|||
text: null,
|
||||
select: null,
|
||||
number: null,
|
||||
checkbox: false,
|
||||
};
|
||||
const validationKeys = Object.keys(validations);
|
||||
const validation = 'bail|required';
|
||||
|
|
Loading…
Reference in a new issue