Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3548 Rev 3549
Línea 8... Línea 8...
8
 
8
 
9
export function CapsuleCommentForm({ onSubmit = () => {} }) {
9
export function CapsuleCommentForm({ onSubmit = () => {} }) {
Línea 10... Línea 10...
10
  const labels = useSelector(({ intl }) => intl.labels);
10
  const labels = useSelector(({ intl }) => intl.labels);
11
 
11
 
12
  return (
12
  return (
13
    <Form onSubmit={onSubmit}>
13
    <Form onSubmit={onSubmit} reset>
14
      <FormInput
14
      <FormInput
15
        name='comment'
15
        name='comment'
16
        placeholder={labels.write_a_comment}
16
        placeholder={labels.write_a_comment}