이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
wayne.lee
/
tsms
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
2
위키
활동
소스 검색
update
tags/Baseline_30082024_FRONTEND_UAT
MSI\derek
1 년 전
부모
7d8a2a994a
커밋
40ae179fc7
2개의 변경된 파일
과
0개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
파일 보기
@@ -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,
쓰기
미리보기
불러오는 중...
취소
저장