Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14258 Rev 14259
Línea 59... Línea 59...
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.formatted_address) {
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'
68
					}))
68
					}))