Add lang attribute to image description textarea and poll option field (#23293)
This commit is contained in:
committed by
GitHub
parent
d3f3810fe1
commit
2a4f2216d6
@ -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']),
|
||||
});
|
||||
|
Reference in New Issue
Block a user