Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #738 from Ferlab-Ste-Justine/fix/removeExport
Browse files Browse the repository at this point in the history
fix: clin-154 enlever bouton exporté
  • Loading branch information
claudia1296 authored Jul 29, 2021
2 parents 16c587e + 904c440 commit c0e5742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ const PatientTable: React.FC<Props> = ({
columnsUpdated={columnsUpdated}
columnsOrderUpdated={columnsOrderUpdated}
columnsReset={columnsReset}
isExportable={false}
enableRowHeader={false}
customHeader={(
<PatientsTableHeader
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ const PrescriptionTable: React.FC<Props> = ({
columnsOrderUpdated={columnsOrderUpdated}
columnsReset={columnsReset}
enableRowHeader={false}
isExportable={false}
customHeader={(
<PrescriptionTableHeader
page={page}
Expand Down

0 comments on commit c0e5742

Please sign in to comment.