Skip to content

Commit

Permalink
Remove redundant validation
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyFeliz committed Nov 17, 2019
1 parent 639f3fa commit 94c677d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/EmailDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ export default {
name: "EmailDropdown",
props: {
initialValue: {
default: "",
validator(value) {
return typeof value === "string";
}
type: String,
default: ""
},
domains: {
type: Array,
Expand Down

0 comments on commit 94c677d

Please sign in to comment.