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} + />