Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
Neca
/
HRCenter
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Peticiones pull
1
Lanzamientos
0
Wiki
Actividad
Etiquetas
Hitos
Nuevo Pull Request
#192
Duration field in Status dialog edited
Abierta
arman.becirovic
desea fusionar 1 commits de
edit_DurationField_StatusDialog
en
FE_dev
Conversación
0
Commits
1
Files Changed
1
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Dividir vista
Mostrar estadísticas de diff
1
1
src/components/MUI/StatusDialog.js
+ 1
- 1
src/components/MUI/StatusDialog.js
Ver fichero
@@ -70,7 +70,7 @@ const StatusDialog = ({
setSelected("");
setValue(null);
setSelectedScreeningTest("");
setDuration(
0
);
setDuration(
48
);
}, [onClose]);
useEffect(() => {
Escribir
Vista previa
Cargando…
Cancelar
Guardar