CASH-1790 - fix unit test warning
This commit is contained in:
parent
5d4d4a6cd2
commit
347aaa7265
1 changed files with 4 additions and 1 deletions
|
|
@ -170,7 +170,10 @@ export default {
|
|||
};
|
||||
},
|
||||
props: {
|
||||
customComponentId: String,
|
||||
customComponentId: {
|
||||
type: String,
|
||||
default: "",
|
||||
},
|
||||
selectableDatesSetting: {
|
||||
type: String,
|
||||
validator(value) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue