Skip to content
Snippets Groups Projects

Add 'location.file' to new vulnerability details component

All threads resolved!
Compare and
4 files
+ 142
21
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -27,4 +27,10 @@ Default.args = {
name: 'GitLab.com',
webUrl: 'http://gitlab.com',
},
location: {
file: '/src/js/main.js',
blobPath: '/project/namespace/-/blob/e3343434/src/js/main.js',
startLine: '10',
endLine: '20',
},
};
Loading