parent
							
								
									e9f0c31dc6
								
							
						
					
					
						commit
						e55cf0042f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1,5 +1,5 @@ | ||||||
| import { connect } from 'react-redux'; | import { connect } from 'react-redux'; | ||||||
| import { defineMessages } from 'react-intl'; | import { defineMessages, injectIntl } from 'react-intl'; | ||||||
| import ComposeForm from '../components/compose_form'; | import ComposeForm from '../components/compose_form'; | ||||||
| import { | import { | ||||||
|   changeCompose, |   changeCompose, | ||||||
|  | @ -133,4 +133,4 @@ const mapDispatchToProps = (dispatch, { intl }) => ({ | ||||||
| 
 | 
 | ||||||
| }); | }); | ||||||
| 
 | 
 | ||||||
| export default connect(mapStateToProps, mapDispatchToProps)(ComposeForm); | export default injectIntl(connect(mapStateToProps, mapDispatchToProps)(ComposeForm)); | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue