Skip to content

Commit

Permalink
IBX-9022: Price tab - validation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasOsti committed Dec 12, 2024
1 parent 8defa25 commit 1bbd53c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ const validateIsEmptyField = (field) => {
return validatorOutput;
};

export { formatErrorLine, validateIsEmptyField };
export { formatErrorLine, validateIsEmptyField, checkIsEmpty };

0 comments on commit 1bbd53c

Please sign in to comment.