This website works better with JavaScript.
Home
Explore
Help
Sign In
wayne.lee
/
tsms
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
update
tags/Baseline_30082024_FRONTEND_UAT
MSI\derek
1 year ago
parent
7d8a2a994a
commit
40ae179fc7
2 changed files
with
0 additions
and
2 deletions
Split View
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
View 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
View File
@@ -15,7 +15,6 @@ interface Props {
}
const EditTeamWrapper: React.FC<Props> & SubComponents = async ({ id }) => {
const [
staff,
team,
Write
Preview
Loading…
Cancel
Save