Ver código fonte

dodetail fix

production
CANCERYS\kw093 2 dias atrás
pai
commit
8e6dd474ec
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      src/components/DoDetail/DoDetail.tsx

+ 2
- 0
src/components/DoDetail/DoDetail.tsx Ver arquivo

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


Carregando…
Cancelar
Salvar