Merge pull request #536 from jcreedcmu/jcreed/fix-none

Fix #535
This commit is contained in:
jcreedcmu
2020-08-13 11:04:09 -04:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# CodeQL for Visual Studio Code: Changelog
## 1.3.3 - [UNRELEASED]
- Fix display of raw results entities with label but no url.
## 1.3.2 - 12 August 2020
- Fix error with choosing qlpack search path.

View File

@@ -73,7 +73,7 @@ export function adaptValue(val: ColumnValue): ResultValue {
}
if (url === undefined) {
return 'none';
return val.label || '';
}
return {