🐛 Le formulaire etait perdu a l'aller retour sur /regle
parent
589d8c5079
commit
6b31f30318
|
@ -17,7 +17,8 @@ import { Circle } from 'rc-progress'
|
|||
|
||||
@translate()
|
||||
@reduxForm({
|
||||
form: 'conversation'
|
||||
form: 'conversation',
|
||||
destroyOnUnmount: false
|
||||
})
|
||||
@connect(
|
||||
state => ({
|
||||
|
|
Loading…
Reference in New Issue