浏览代码

dodetail fix

production
CANCERYS\kw093 3 天前
父节点
当前提交
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();


正在加载...
取消
保存