mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix: various app-crashes related to kube-events (events page, some details page, overview, etc.)
Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
parent
b15713cc42
commit
0c83513e51
@ -13,6 +13,7 @@ export class KubeEvent extends KubeObject {
|
|||||||
constructor(data: KubeJsonApiData) {
|
constructor(data: KubeJsonApiData) {
|
||||||
super(data);
|
super(data);
|
||||||
autoBind(this);
|
autoBind(this);
|
||||||
|
Object.assign(this, data); // TODO: figure out why this doesn't work from super()
|
||||||
}
|
}
|
||||||
|
|
||||||
involvedObject: {
|
involvedObject: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user