Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
wayne.lee
/
tsms
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
2
Wiki
Actividad
Explorar el Código
update
tags/Baseline_30082024_FRONTEND_UAT
MSI\derek
hace 1 año
padre
7d8a2a994a
commit
40ae179fc7
Se han
modificado 2 ficheros
con
0 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+0
-1
src/app/(main)/settings/team/edit/page.tsx
+0
-1
src/components/EditTeam/EditTeamWrapper.tsx
+ 0
- 1
src/app/(main)/settings/team/edit/page.tsx
Ver fichero
@@ -13,7 +13,6 @@ const EditTeamPage: React.FC<searchParamsProps> = async ({
searchParams,
}) => {
const { t } = await getServerI18n("team");
return (
<>
<I18nProvider namespaces={["team", "common"]}>
+ 0
- 1
src/components/EditTeam/EditTeamWrapper.tsx
Ver fichero
@@ -15,7 +15,6 @@ interface Props {
}
const EditTeamWrapper: React.FC<Props> & SubComponents = async ({ id }) => {
const [
staff,
team,
Escribir
Vista previa
Cargando…
Cancelar
Guardar