From 9afa10f3add91df038f9a900286b7ec7f6b6563e Mon Sep 17 00:00:00 2001 From: Janne Savolainen Date: Thu, 9 Jun 2022 14:07:28 +0300 Subject: [PATCH] Remove redundant comment Signed-off-by: Janne Savolainen --- .../helm-file-input/get-file-paths.injectable.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/renderer/components/+preferences/kubernetes/helm-charts/activation-of-custom-helm-repository/helm-file-input/get-file-paths.injectable.ts b/src/renderer/components/+preferences/kubernetes/helm-charts/activation-of-custom-helm-repository/helm-file-input/get-file-paths.injectable.ts index 8abce9c7d0..7ae1854770 100644 --- a/src/renderer/components/+preferences/kubernetes/helm-charts/activation-of-custom-helm-repository/helm-file-input/get-file-paths.injectable.ts +++ b/src/renderer/components/+preferences/kubernetes/helm-charts/activation-of-custom-helm-repository/helm-file-input/get-file-paths.injectable.ts @@ -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`,