Add lang attribute to image description textarea and poll option field (#23293)
This commit is contained in:
parent
d3f3810fe1
commit
2a4f2216d6
3 changed files with 10 additions and 4 deletions
|
@ -10,6 +10,7 @@ import {
|
|||
const mapStateToProps = state => ({
|
||||
suggestions: state.getIn(['compose', 'suggestions']),
|
||||
options: state.getIn(['compose', 'poll', 'options']),
|
||||
lang: state.getIn(['compose', 'language']),
|
||||
expiresIn: state.getIn(['compose', 'poll', 'expires_in']),
|
||||
isMultiple: state.getIn(['compose', 'poll', 'multiple']),
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue