Make compose form also use normalized data
This commit is contained in:
parent
926eea89b5
commit
05001d54d1
3 changed files with 27 additions and 6 deletions
|
@ -15,10 +15,10 @@ export function changeCompose(text) {
|
|||
};
|
||||
}
|
||||
|
||||
export function replyCompose(payload) {
|
||||
export function replyCompose(status) {
|
||||
return {
|
||||
type: COMPOSE_REPLY,
|
||||
payload: payload
|
||||
status: status
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue