Skip to content

Commit

Permalink
set de-identify to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy Chen committed Feb 12, 2025
1 parent 50cf69d commit c060cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui-client/src/containers/Attestation/Attestation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class Attestation extends React.PureComponent<Props, State> {
sessionTypeSelected: true,
documentationStatusSelected: true,
identificationTypeSelected: true,
attestation: { ...this.state.attestation, isIdentified: !config.cohort.deidentificationEnabled }
attestation: { ...this.state.attestation, isIdentified: false }
});
}
}
Expand Down

0 comments on commit c060cad

Please sign in to comment.