mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
fix: add regression test
This commit is contained in:
@ -16,6 +16,12 @@ export const numberFormatValues = [
|
||||
},
|
||||
];
|
||||
|
||||
export enum CheckboxValidationRules {
|
||||
SELECT_AT_LEAST = 'Select at least',
|
||||
SELECT_EXACTLY = 'Select exactly',
|
||||
SELECT_AT_MOST = 'Select at most',
|
||||
}
|
||||
|
||||
export const checkboxValidationRules = ['Select at least', 'Select exactly', 'Select at most'];
|
||||
export const checkboxValidationLength = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
|
||||
export const checkboxValidationSigns = [
|
||||
|
||||
Reference in New Issue
Block a user