mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix preferences
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
71c6f25d9d
commit
39fbcdc695
@ -55,7 +55,7 @@ export class KubeconfigSyncs extends React.Component {
|
|||||||
const mapEntries = await Promise.all(
|
const mapEntries = await Promise.all(
|
||||||
iter.map(
|
iter.map(
|
||||||
UserStore.getInstance().syncKubeconfigEntries,
|
UserStore.getInstance().syncKubeconfigEntries,
|
||||||
filePath => getMapEntry({ filePath }),
|
([filePath, ...value]) => getMapEntry({ filePath, ...value }),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user