mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Do not merge items on store.loadAll()
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
c66f9ad407
commit
7f3129ef9a
@ -96,7 +96,7 @@ export class KubeWatchApi {
|
|||||||
|
|
||||||
const loadThenSubscribe = async (namespaces: string[]) => {
|
const loadThenSubscribe = async (namespaces: string[]) => {
|
||||||
try {
|
try {
|
||||||
await store.loadAll({ namespaces, reqInit: { signal: childController.signal }, onLoadFailure });
|
await store.loadAll({ namespaces, merge: false, reqInit: { signal: childController.signal }, onLoadFailure });
|
||||||
unsubscribe.push(store.subscribe({ onLoadFailure, abortController: childController }));
|
unsubscribe.push(store.subscribe({ onLoadFailure, abortController: childController }));
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (!(error instanceof DOMException)) {
|
if (!(error instanceof DOMException)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user