We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b343b4 commit 72878fbCopy full SHA for 72878fb
1 file changed
extensions/ql-vscode/src/adapt.ts
@@ -73,7 +73,7 @@ export function adaptValue(val: ColumnValue): ResultValue {
73
}
74
75
if (url === undefined) {
76
- return val.label || 'no label';
+ return val.label || '';
77
78
79
return {
0 commit comments