Update extensions/ql-vscode/src/view/results/alert-table.tsx

Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
Asger F
2022-10-21 13:54:45 +02:00
committed by GitHub
parent ecc07a50be
commit cbf15e6d02

View File

@@ -32,7 +32,7 @@ export class PathTable extends React.Component<PathTableProps, PathTableState> {
}
/**
* Given a list of `ids`, toggle the first, and if we 'open' the
* Given a list of `keys`, toggle the first, and if we 'open' the
* first item, open all the rest as well. This mimics vscode's file
* explorer tree view behavior.
*/