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

Fixing input value (#3616)

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-08-17 16:16:27 +03:00 committed by GitHub
parent 66f4d05c1d
commit 097da7b228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ export const KubectlBinaries = observer(() => {
<SubTitle title="Directory for binaries" />
<Input
theme="round-black"
value={userStore.downloadBinariesPath}
value={downloadPath}
placeholder={getDefaultKubectlDownloadPath()}
validators={pathValidator}
onChange={setDownloadPath}