Lets issues of the "don't know" variety be filed from the issue reporter. (#193733)

makes string value not null
This commit is contained in:
Justin Chen
2023-09-21 19:31:10 -07:00
committed by GitHub
parent 280c840f87
commit 444399e23b

View File

@@ -672,7 +672,7 @@ export class IssueReporter extends Disposable {
}
if (issueType !== IssueType.FeatureRequest) {
sourceSelect.append(this.makeOption('', localize('unknown', "Don't know"), false));
sourceSelect.append(this.makeOption('unknown', localize('unknown', "Don't know"), false));
}
if (selected !== -1 && selected < sourceSelect.options.length) {