Преглед на файлове

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();


Зареждане…
Отказ
Запис