Remove inset_form prop from date picker

This commit is contained in:
graham-dds
2019-08-27 16:32:03 -04:00
parent 981171d8db
commit 17fb264440
3 changed files with 3 additions and 6 deletions

View File

@@ -28,7 +28,6 @@ export default {
type: Boolean,
default: true,
},
insetForm: Boolean,
},
data: function() {
@@ -37,7 +36,7 @@ export default {
month: this.initialmonth,
year: this.initialyear,
name: this.nameTag,
showValidation: !this.insetForm,
showValidation: false,
}
},