Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14260 Rev 14270
Línea 58... Línea 58...
58
			...location,
58
			...location,
59
			last_date: year,
59
			last_date: year,
60
			status: isActive ? 'a' : 'i'
60
			status: isActive ? 'a' : 'i'
61
		}
61
		}
Línea 62... Línea 62...
62
 
62
 
63
		if (!location.formatted_address) {
63
		if (!location) {
64
			// locationRef.current.focus();
64
			// locationRef.current.focus();
65
			dispatch(addNotification({
65
			dispatch(addNotification({
66
						style: 'error',
66
						style: 'error',
67
						msg: 'Es requerida una ubicación'
67
						msg: 'Es requerida una ubicación'