ソースを参照

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,


読み込み中…
キャンセル
保存