Sfoglia il codice sorgente

update

tags/Baseline_30082024_FRONTEND_UAT
MSI\derek 1 anno fa
parent
commit
40ae179fc7
2 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. +0
    -1
      src/app/(main)/settings/team/edit/page.tsx
  2. +0
    -1
      src/components/EditTeam/EditTeamWrapper.tsx

+ 0
- 1
src/app/(main)/settings/team/edit/page.tsx Vedi File

@@ -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 Vedi File

@@ -15,7 +15,6 @@ interface Props {
}

const EditTeamWrapper: React.FC<Props> & SubComponents = async ({ id }) => {

const [
staff,
team,


Caricamento…
Annulla
Salva