Adjust empty query message
This commit is contained in:
committed by
Andrew Eisenberg
parent
540cb99de4
commit
5315c16338
@@ -143,6 +143,6 @@ export function nextSortDirection(direction: SortDirection | undefined, includeU
|
||||
|
||||
export function emptyQueryResultsMessage(): JSX.Element {
|
||||
return <span>
|
||||
This query returned no results. If this isn't what you're expecting, and for effective query-writing tips, check out the <a href="https://codeql.github.com/docs/codeql-language-guides/">CodeQL language guides</a>.
|
||||
This query returned no results. If this isn't what you were expecting, and for effective query-writing tips, check out the <a href="https://codeql.github.com/docs/codeql-language-guides/">CodeQL language guides</a>.
|
||||
</span>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user