Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 3741 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3741 Rev 3744
Línea 2... Línea 2...
2
 
2
 
Línea 3... Línea 3...
3
import { parseHelperToSelect } from '@shared/utils';
3
import { parseHelperToSelect } from '@shared/utils';
Línea 4... Línea 4...
4
 
4
 
5
import { Form, FormButton, FormInput, FormRichEditor, FormSelect } from '@shared/components';
5
import { Form, FormButton, FormInput, FormRichEditor, FormSelect } from '@shared/components';
6
 
6
 
7
export function QuestionForm({ question = {}, categories = {}, onSubmit = () => {} }) {
7
export function QuestionForm({ question = null, categories = {}, onSubmit = () => {} }) {
Línea 8... Línea 8...
8
  const handleSubmit = (data) => {
8
  const handleSubmit = (data) => {