From 49466d5cf8f6e14970055e7162990b601714cdb4 Mon Sep 17 00:00:00 2001 From: jay-hodgson Date: Thu, 17 Oct 2024 09:22:19 -0700 Subject: [PATCH] bump the default Synapse Pledge table content to the latest snapshot version --- .../src/components/TermsAndConditions/TermsAndConditions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/synapse-react-client/src/components/TermsAndConditions/TermsAndConditions.tsx b/packages/synapse-react-client/src/components/TermsAndConditions/TermsAndConditions.tsx index c49b8fa8c6..0d63d27d52 100644 --- a/packages/synapse-react-client/src/components/TermsAndConditions/TermsAndConditions.tsx +++ b/packages/synapse-react-client/src/components/TermsAndConditions/TermsAndConditions.tsx @@ -17,7 +17,7 @@ export type TermsAndConditionsProps = { const TermsAndConditions: React.FunctionComponent = ({ termsAndConditionsTableID = 'syn51718002', - termsAndConditionsTableVersion = '4', + termsAndConditionsTableVersion = '5', onFormChange, hideLinkToFullTC = false, }) => {