Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 7049 | Rev 7053 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 7049 Rev 7052
Línea 138... Línea 138...
138
          </Form.Group>
138
          </Form.Group>
Línea 139... Línea 139...
139
 
139
 
140
          {show && (
140
          {show && (
141
            <CKEditor
141
            <CKEditor
142
              onChange={(e) => setValue('description', e.editor.getData())}
-
 
143
              onInstanceReady={(e) =>
142
              onChange={(e) => setValue('description', e.editor.getData())}
144
                e.editor.setData(getValues('description'))
-
 
145
              }
143
              initData={getValues('description')}
146
              config={CKEDITOR_OPTIONS}
144
              config={CKEDITOR_OPTIONS}
147
            />
145
            />
148
          )}
146
          )}
149
          {errors.description && (
147
          {errors.description && (