Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13076 Rev 13077
Línea 322... Línea 322...
322
 
322
 
323
	const validate = () => {
323
	const validate = () => {
324
		const sectionError = content.find(section => !section.questions.length)
324
		const sectionError = content.find(section => !section.questions.length)
Línea 325... Línea 325...
325
		let questionsToOptions = []
325
		let questionsToOptions = []
326
 
326
 
327
		if (sectionError.name) {
327
		if (sectionError) {
328
			dispatch(addNotification({
328
			dispatch(addNotification({
329
				style: 'danger',
329
				style: 'danger',