mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix secrets not initially loading
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
c2fdccd163
commit
020338d125
@ -36,6 +36,9 @@ export const PodDetailsSecrets = observer(({ pod }: PodDetailsSecretsProps) => {
|
|||||||
.map(result => (result as PromiseFulfilledResult<Secret>).value)
|
.map(result => (result as PromiseFulfilledResult<Secret>).value)
|
||||||
.map(secret => [secret.getName(), secret]),
|
.map(secret => [secret.getName(), secret]),
|
||||||
));
|
));
|
||||||
|
},
|
||||||
|
{
|
||||||
|
fireImmediately: true,
|
||||||
})
|
})
|
||||||
), []);
|
), []);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user