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:
parent
66f4d05c1d
commit
097da7b228
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user