Skip to content

Commit 776e08b

Browse files
committed
fix disable action
Signed-off-by: Sahiba Mittal <[email protected]>
1 parent 73ab6fe commit 776e08b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/views/administration/vuln-sources/VulnSourceOSVAdvisories.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ export default {
8080
handleVulnsourceEnabled: function(vulnsourceEnabled) {
8181
if (vulnsourceEnabled === false) {
8282
this.enabledEcosystems = [];
83+
this.updateConfigProperties([
84+
{groupName: 'vuln-source', propertyName: 'google.osv.enabled', propertyValue: null}
85+
]);
8386
}
8487
}
8588
},

0 commit comments

Comments
 (0)