Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fixed filterPayload call
Browse files Browse the repository at this point in the history
  • Loading branch information
MuzafferDede committed Jul 29, 2020
1 parent d8349ca commit ca8fbf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/card.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion resources/js/components/FilterableValueMetric.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ export default {
fetch() {
this.loading = true;
Minimum(Nova.request().get(this.metricEndpoint, this.filterPayload)).then(
Minimum(
Nova.request().get(this.metricEndpoint, this.filterPayload())
).then(
({
data: {
value: {
Expand Down

0 comments on commit ca8fbf2

Please sign in to comment.