CSR-807 Edit arePagePrerequisitesValid for estimate
This commit is contained in:
parent
f4f2ae3a7d
commit
28b6524ac5
1 changed files with 1 additions and 4 deletions
|
|
@ -80,10 +80,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
arePagePrerequisitesValid() {
|
||||
if(store.getters.damage.isRepair != null){
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
return store.getters.damage.isRepair || store.getters.damage.glassToReplace?.length > 0;
|
||||
},
|
||||
backButtonAction() {
|
||||
// route to move backwards
|
||||
|
|
|
|||
Loading…
Reference in a new issue