Procházet zdrojové kódy

dodetail fix

production
CANCERYS\kw093 před 2 dny
rodič
revize
8e6dd474ec
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      src/components/DoDetail/DoDetail.tsx

+ 2
- 0
src/components/DoDetail/DoDetail.tsx Zobrazit soubor

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


Načítá se…
Zrušit
Uložit