Commit aa5144a9 authored by peterhegman's avatar peterhegman

Remove old `customValidator` prop

parent a65ff14a
...@@ -30,11 +30,6 @@ export default { ...@@ -30,11 +30,6 @@ export default {
required: false, required: false,
default: () => [], default: () => [],
}, },
customValidator: {
type: Function,
required: false,
default: () => '',
},
regexErrorMessage: { regexErrorMessage: {
type: String, type: String,
required: false, required: false,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment