diff --git a/src/bundle/Resources/public/js/scripts/helpers/form.validation.helper.js b/src/bundle/Resources/public/js/scripts/helpers/form.validation.helper.js index 8955eded8f..02762ddee9 100644 --- a/src/bundle/Resources/public/js/scripts/helpers/form.validation.helper.js +++ b/src/bundle/Resources/public/js/scripts/helpers/form.validation.helper.js @@ -57,4 +57,4 @@ const validateIsEmptyField = (field) => { return validatorOutput; }; -export { formatErrorLine, validateIsEmptyField }; +export { formatErrorLine, validateIsEmptyField, checkIsEmpty };