Skip to content
Snippets Groups Projects
Commit 58862283 authored by David Pisek's avatar David Pisek
Browse files

WIP

parent be4e9645
No related branches found
No related tags found
No related merge requests found
Loading
@@ -125,11 +125,6 @@ export default {
Loading
@@ -125,11 +125,6 @@ export default {
return this.queryVariables; return this.queryVariables;
}, },
update(data) { update(data) {
createAlert({
message: 'test <a href="/foo">Foo</a>',
asHTML: true,
});
const vulnerabilities = this.getVulnerabilitiesFromData(data); const vulnerabilities = this.getVulnerabilitiesFromData(data);
this.pageInfo = vulnerabilities.pageInfo; this.pageInfo = vulnerabilities.pageInfo;
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment