Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3622 Rev 3628
Línea 4... Línea 4...
4
 
4
 
Línea 5... Línea 5...
5
import { Form, FormHiddenInput, FormInput } from '@shared/components';
5
import { Form, FormHiddenInput, FormInput } from '@shared/components';
6
 
6
 
-
 
7
export const ChatForm = ({ onSubmit }) => {
7
export const ChatForm = ({ onSubmit }) => {
8
  return (
-
 
9
    <Form
-
 
10
      defaultValues={{ message: '' }}
-
 
11
      reset
-
 
12
      onSubmit={onSubmit}
8
  return (
13
      style={{ display: 'flex', alignItems: 'center', gap: 1, width: '100%' }}
9
    <Form defaultValues={{ message: '' }} reset onSubmit={onSubmit}>
14
    >
10
      <IconButton component='label' role={undefined} variant='contained' tabIndex={-1}>
15
      <IconButton component='label' role={undefined} variant='contained' tabIndex={-1}>
11
        <AttachFile />
16
        <AttachFile />
12
        <FormHiddenInput name='file' type='file' />
17
        <FormHiddenInput name='file' type='file' />