Skip to content

Commit

Permalink
Merge pull request #726 from nscuro/fix-redundant-requests-on-pageload
Browse files Browse the repository at this point in the history
Fix redundant requests to `/api/v1/component` when loading project page
  • Loading branch information
nscuro authored Feb 3, 2024
2 parents 842a251 + 67a96f9 commit 883b651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/portfolio/projects/ProjectComponents.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ import SeverityProgressBar from "../../components/SeverityProgressBar";
dataOn: '\u2713',
dataOff: '\u2715'
},
onlyOutdated: this.onlyOutdated,
onlyDirect: this.onlyDirect,
onlyOutdated: false,
onlyDirect: false,
columns: [
{
field: "state",
Expand Down

0 comments on commit 883b651

Please sign in to comment.