Address: adding hideDateFrom option to hide field DateFrom on step1

This commit is contained in:
2021-08-17 17:24:27 +02:00
parent 160383e3a3
commit 7ba3e0287a
2 changed files with 6 additions and 2 deletions

View File

@@ -79,7 +79,8 @@ export default {
/// Display each step in page or Modal
bindModal: {
//step1: false, step2: false
}
},
hideDateFrom: true
}
}
}