1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Remove redundant comment

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2022-06-09 14:07:28 +03:00
parent bcfa57d5b0
commit 9afa10f3ad
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -11,7 +11,6 @@ const getFilePathsInjectable = getInjectable({
instantiate: () => async (fileFilter: FileFilter) =>
await requestOpenFilePickingDialog({
// defaultPath: this.getFilePath(type),
properties: ["openFile", "showHiddenFiles"],
message: `Select file`,
buttonLabel: `Use file`,