Skip to content

Commit

Permalink
Allow numbers or strings to avoid validation errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Dec 7, 2021
1 parent c6884f6 commit 87f6c9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
default: null,
},
span: {
type: String,
type: [Number, String],
required: true,
default: null,
},
Expand Down

0 comments on commit 87f6c9c

Please sign in to comment.