Fix reducer test
This commit is contained in:
parent
694e1c8592
commit
6098084c7d
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ describe('reports reducer', () => {
|
||||||
isSubmitting: false,
|
isSubmitting: false,
|
||||||
account_id: null,
|
account_id: null,
|
||||||
status_ids: [],
|
status_ids: [],
|
||||||
|
chat_message: null,
|
||||||
comment: '',
|
comment: '',
|
||||||
forward: false,
|
forward: false,
|
||||||
block: false,
|
block: false,
|
||||||
|
|
Loading…
Reference in a new issue