Skip to content

Commit

Permalink
Make floor filter disabled by default #653
Browse files Browse the repository at this point in the history
  • Loading branch information
idanyadgar committed Jun 24, 2018
1 parent 711bded commit 547c4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/src/components/AppDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
data() {
return {
value: [5, 8],
floorEnabled: true,
floorEnabled: false,
payload: {
address: null,
geolocation: null,
Expand Down

0 comments on commit 547c4b0

Please sign in to comment.