Parcourir la source

dodetail fix

production
CANCERYS\kw093 il y a 2 jours
Parent
révision
8e6dd474ec
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      src/components/DoDetail/DoDetail.tsx

+ 2
- 0
src/components/DoDetail/DoDetail.tsx Voir le fichier

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


Chargement…
Annuler
Enregistrer