Skip to content

Commit

Permalink
fix: moved vuelidate utils from es-ds-docs to es-ds-components so EsZ…
Browse files Browse the repository at this point in the history
…ipCodeForm won't break
  • Loading branch information
ericdouglaspratt committed Oct 23, 2024
1 parent fd25a0b commit 8a1b5c0
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 8a1b5c0

Please sign in to comment.