Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
derek
/
FPSMS-frontend
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
update
feature/axios_provider
MSI\derek
hace 5 meses
padre
31a24b09e4
commit
2af962855a
Se han
modificado 1 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-2
src/components/CreateProductMaterial/CreateProductMaterial.tsx
+ 2
- 2
src/components/CreateProductMaterial/CreateProductMaterial.tsx
Ver fichero
@@ -50,8 +50,8 @@ const CreateProductMaterial: React.FC<Props> = ({
redirPath = "/material";
}
if (type === TypeEnum.PRODUCT) {
title = "Pro
je
ct";
redirPath = "/pro
je
ct";
title = "Pro
du
ct";
redirPath = "/pro
du
ct";
}
if (isEditMode) {
mode = "Edit";
Escribir
Vista previa
Cargando…
Cancelar
Guardar