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: {
customComponentId: String,
customComponentId: {
type: String,
default: "",
},
selectableDatesSetting: {
type: String,
validator(value) {