소스 검색

dodetail fix

production
CANCERYS\kw093 2 일 전
부모
커밋
8e6dd474ec
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      src/components/DoDetail/DoDetail.tsx

+ 2
- 0
src/components/DoDetail/DoDetail.tsx 파일 보기

@@ -23,11 +23,13 @@ import { SessionWithTokens } from "@/config/authConfig"; // Import the correct
type Props = {
id?: number;
defaultValues: Partial<DoDetailType> | undefined;
workbenchRelease?: boolean;
}

const DoDetail: React.FC<Props> = ({
defaultValues,
id,
workbenchRelease = true,
}) => {
const { t } = useTranslation("do")
const router = useRouter();


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