mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove notiifications on log loading errors
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
d1ea027798
commit
237ee74cfa
@ -72,7 +72,6 @@ export class PodLogsStore extends DockTabStore<IPodLogsData> {
|
||||
_i18n._(t`Reason: ${error.reason} (${error.code})`)
|
||||
].join("\n");
|
||||
this.refresher.stop();
|
||||
Notifications.error(message);
|
||||
this.logs.set(tabId, message);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user