CASH-1790 - fix unit test warning

This commit is contained in:
Adam Caouette 2026-02-03 10:56:09 -05:00
parent 5d4d4a6cd2
commit 347aaa7265

View file

@ -170,7 +170,10 @@ export default {
}; };
}, },
props: { props: {
customComponentId: String, customComponentId: {
type: String,
default: "",
},
selectableDatesSetting: { selectableDatesSetting: {
type: String, type: String,
validator(value) { validator(value) {