Skip to content

Commit

Permalink
Removed commented out lines
Browse files Browse the repository at this point in the history
  • Loading branch information
JohYoshidaBCGov committed Jan 27, 2025
1 parent ad535f3 commit ed70ddd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ protected function mutateFormDataBeforeFill(array $data): array
'component_type' => 'form_field',
'form_field_id' => $field->form_field_id,
'custom_label' => $field->custom_label ?? null,
// 'custom_label' => $field->customize_label === 'customize' ? $field->custom_label : null,
// 'custom_label' => $component['customize_label'] === 'customize' ? $component['custom_label'] : null,
'customize_label' => $field->customize_label ?? null,
'custom_data_binding_path' => $field->custom_data_binding_path ?? $formField->data_binding_path,
'customize_data_binding_path' => $field->custom_data_binding_path ?? null,
Expand Down

0 comments on commit ed70ddd

Please sign in to comment.