From 1ef3a3cb5ba0fa197dab5ba0ded3791c27a9e73b Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Fri, 4 Sep 2020 07:53:37 +0300 Subject: [PATCH] Fix lint issue Signed-off-by: Lauri Nevala --- .../components/+preferences/kubectl-binaries.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/renderer/components/+preferences/kubectl-binaries.tsx b/src/renderer/components/+preferences/kubectl-binaries.tsx index 7f5590bed2..d56597e0a1 100644 --- a/src/renderer/components/+preferences/kubectl-binaries.tsx +++ b/src/renderer/components/+preferences/kubectl-binaries.tsx @@ -59,13 +59,13 @@ export const KubectlBinaries = observer(({ preferences }: { preferences: UserPre } /> - Download mirror for kubectl} + options={downloadMirrorOptions} + value={preferences.downloadMirror} + onChange={({ value }: SelectOption) => preferences.downloadMirror = value} + disabled={!preferences.downloadKubectlBinaries} + />