Skip to content

Commit

Permalink
Merge pull request #1135 from nscuro/port-pr-509
Browse files Browse the repository at this point in the history
  • Loading branch information
nscuro authored Jan 11, 2025
2 parents be6a567 + 3d176bd commit 1082a36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/portfolio/vulnerabilities/AffectedProjects.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ export default {
this.currentPage = 1;
this.refreshTable();
},
vulnId() {
// update url when vulnId changes, will trigger table refresh
this.$refs.table.refreshOptions({ ...this.options, url: this.apiUrl() });
},
},
};
</script>

0 comments on commit 1082a36

Please sign in to comment.