1
0
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:
Roman 2021-05-12 14:44:51 +03:00
parent b15713cc42
commit 0c83513e51

View File

@ -13,6 +13,7 @@ export class KubeEvent extends KubeObject {
constructor(data: KubeJsonApiData) {
super(data);
autoBind(this);
Object.assign(this, data); // TODO: figure out why this doesn't work from super()
}
involvedObject: {