Skip to content

Commit e9b6f7c

Browse files
author
Anton Jäppinen Johansson
committed
fixed typo
Signed-off-by: Anton Jäppinen Johansson <antja@westermo.com>
1 parent 5912939 commit e9b6f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/portfolio/vulnerabilities/VulnerabilityDetailsModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,7 @@ export default {
18031803
return [];
18041804
},
18051805
updateAliasSelection: function (selections) {
1806-
this.$root.this.$emit('bv::hide::modal', 'selectAliasModal');
1806+
this.$root.$emit('bv::hide::modal', 'selectAliasModal');
18071807
let alias = this.vulnerability.aliases?.[0] ?? {
18081808
internalId: this.vulnerability.vulnId,
18091809
cveId: null,

0 commit comments

Comments
 (0)