Skip to content

Commit

Permalink
fix: validate selector
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed May 22, 2024
1 parent 8aadd39 commit 7b13f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CoCreate.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ module.exports = {
},
"validation": {
"import": "@cocreate/validation",
"selector": "[actions*='validate'], required, unique"
"selector": "[actions*='validate'], [required]"
},
"calculate": {
"import": "@cocreate/calculate",
Expand Down

0 comments on commit 7b13f70

Please # to comment.