formating
This commit is contained in:
hiteshkumar87 2025-03-05 14:20:47 +05:30
parent 41c039e332
commit 94742221f2
2 changed files with 6 additions and 6 deletions

View file

@ -201,11 +201,11 @@ export default {
isItac: Boolean, isItac: Boolean,
isNoComp: Boolean, isNoComp: Boolean,
isExpandedOnLoad: Boolean, isExpandedOnLoad: Boolean,
showPromoModalQuestion:{ showPromoModalQuestion: {
default:true, default: true,
type:Boolean, type: Boolean,
required:false required: false,
} },
}, },
data() { data() {
return { return {

View file

@ -249,7 +249,7 @@ export default {
"true" "true"
); );
}, },
ShowPromoModalQuestion(){ ShowPromoModalQuestion() {
return false; return false;
}, },
isRecalibrationOnOrder() { isRecalibrationOnOrder() {