Skip to content

Commit

Permalink
Merge pull request #1555 from EnergySage/ced-1900-vuelidate-fix
Browse files Browse the repository at this point in the history
fix: moved vuelidate utils from es-ds-docs to es-ds-components so EsZipCodeForm won't break
  • Loading branch information
ericdouglaspratt authored Oct 23, 2024
2 parents fd25a0b + 8a1b5c0 commit 37758ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const EMAIL = 'vuelidateEmail';
const PHONE = 'vuelidatePhone';
const HELPERS = 'vuelidateHelpers';

export const vuelidateKeys = {
export default {
REQUIRED,
REQUIRED_IF,
MIN_VALUE,
Expand Down

0 comments on commit 37758ec

Please sign in to comment.