소스 검색

update

tags/Baseline_30082024_FRONTEND_UAT
MSI\derek 1 년 전
부모
커밋
40ae179fc7
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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 파일 보기

@@ -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 파일 보기

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

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

const [
staff,
team,


불러오는 중...
취소
저장