1
0
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:
Sebastian Malton 2021-04-28 09:52:32 -04:00
parent 71c6f25d9d
commit 39fbcdc695

View File

@ -55,7 +55,7 @@ export class KubeconfigSyncs extends React.Component {
const mapEntries = await Promise.all(
iter.map(
UserStore.getInstance().syncKubeconfigEntries,
filePath => getMapEntry({ filePath }),
([filePath, ...value]) => getMapEntry({ filePath, ...value }),
),
);