Skip to content

Commit

Permalink
Filter component update
Browse files Browse the repository at this point in the history
  • Loading branch information
keizah7 committed Sep 16, 2020
1 parent f292b32 commit 7dd944c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/js/filter.js

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

4 changes: 2 additions & 2 deletions resources/js/components/Filter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default {
this.$emit('change');
},
},
computed: {
filter() {
return this.$store.getters[`${this.resourceName}/getFilter`](
Expand All @@ -71,7 +71,7 @@ export default {
},
enableTime() {
return this.filter.options.enableTime || true;
return this.filter.options.enableTime || false;
},
enableSeconds() {
Expand Down

0 comments on commit 7dd944c

Please sign in to comment.