Affichage des dossiers associés dans la page groupe de travail

This commit is contained in:
2020-10-12 14:56:22 +02:00
parent 19f0c8e0a4
commit f032e83e71
8 changed files with 62 additions and 8 deletions

View File

@ -4,7 +4,7 @@ import { useWorkgroups } from "../gql/queries/workgroups";
import { useDecisionSupportFiles } from "../gql/queries/dsf";
export interface DecisioSupportFileLinkProps {
decisionSupportFileId: number
decisionSupportFileId: number|string
}
export const DecisionSupportFileLink: FunctionComponent<DecisioSupportFileLinkProps> = ({ decisionSupportFileId }) => {