Skip to content

Commit

Permalink
Revert "fix issue with isLocationTracked flag"
Browse files Browse the repository at this point in the history
This reverts commit 2d28139.
  • Loading branch information
nisrulz committed Mar 19, 2024
1 parent 2d28139 commit a1eb1d8
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: 1,
isLocationTracked: false,
},
filters: {
capitalize: function (value) {
Expand Down

0 comments on commit a1eb1d8

Please sign in to comment.