fix(ui) - events tab checking for payload
This commit is contained in:
parent
8d6afb2586
commit
9a0ba57d49
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ export default class StackEvent {
|
|||
level: IStackEvent["level"];
|
||||
|
||||
constructor(evt: IStackEvent) {
|
||||
const event = { ...evt, source: evt.source || OPENREPLAY }
|
||||
const event = { ...evt, source: evt.source || OPENREPLAY, payload: evt.payload || {} };
|
||||
Object.assign(this, {
|
||||
...event,
|
||||
isRed: isRed(event),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue