diff --git a/clients/privacy-center/public/fides-js-components-demo.html b/clients/privacy-center/public/fides-js-components-demo.html index 699dd8fadc7..5b815b1502a 100644 --- a/clients/privacy-center/public/fides-js-components-demo.html +++ b/clients/privacy-center/public/fides-js-components-demo.html @@ -119,7 +119,7 @@ modalLinkId: null, privacyCenterUrl: "http://localhost:3000", fidesApiUrl: "http://localhost:8080/api/v1", - tcfEnabled: true, + tcfEnabled: false, }, }; window.Fides.init(fidesConfig);