mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
cleanup
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
4d95bc75c6
commit
3be2062a49
@ -194,9 +194,6 @@ export abstract class KubeObjectStore<T extends KubeObject> extends ItemStore<T>
|
|||||||
|
|
||||||
return items;
|
return items;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
// if (error.message) {
|
|
||||||
// Notifications.error(error.message);
|
|
||||||
// }
|
|
||||||
console.warn("[KubeObjectStore] loadAll failed", this.api.apiBase, error);
|
console.warn("[KubeObjectStore] loadAll failed", this.api.apiBase, error);
|
||||||
this.resetOnError(error);
|
this.resetOnError(error);
|
||||||
this.failedLoading = true;
|
this.failedLoading = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user