add missing prop

This commit is contained in:
Katie Kroell 2023-07-04 09:57:16 -04:00
parent 84f5f52060
commit f75ac1162a

View file

@ -67,6 +67,10 @@ export default {
type: String,
default: "",
},
displayQuestionText: {
type: Boolean,
default: true,
},
modelValue: String,
inputId: {
type: String,