Skip to content

Commit

Permalink
fix: updated form validation customization
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolli committed Jul 4, 2024
1 parent 8896926 commit f3d2e72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const widgetValidation = {
* The string that comes my not be a valid JSON
* @param {string} requestItem
*/
const tryParseJSON = (requestItem) => {
export const tryParseJSON = (requestItem) => {
let resultObj = null;
try {
resultObj = JSON.parse(requestItem);
Expand Down

0 comments on commit f3d2e72

Please sign in to comment.