Skip to content

Commit 7cdc157

Browse files
Updated types and commented out handlesPersonalData
1 parent 09da390 commit 7cdc157

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pages/ConsumerPurposeTemplateListPage/ConsumerPurposeTemplateList.page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ const ConsumerPurposeTemplateListPage: React.FC = () => {
6161
purposeIsFreeOfCharge: true,
6262
purposeFreeOfChargeReason: tPurposeTemplateDefaults('freeOfChargeReason'),
6363
purposeDailyCalls: 1,
64-
// TODO: Add personalData field to the request body when API supports it
65-
// personalData: _handlesPersonalData,
64+
handlesPersonalData: _handlesPersonalData,
6665
},
6766
{
6867
onSuccess() {

0 commit comments

Comments
 (0)