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

Fixing input value

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-08-17 14:11:25 +03:00
parent b18bb3d1f7
commit 37284ecba5

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}