Skip to content

Commit

Permalink
fix issue with isLocationTracked flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrulz committed Mar 19, 2024
1 parent b359c67 commit 2d28139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/js/main.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var app = new Vue({
totalWizardSteps: 7,
typeOfPolicy: 'Simple',
typeOfPolicyInt: 1,
isLocationTracked: false,
isLocationTracked: 1,
},
filters: {
capitalize: function (value) {
Expand Down

0 comments on commit 2d28139

Please sign in to comment.