Skip to content

Commit

Permalink
THEME-84: fix synchronization filter
Browse files Browse the repository at this point in the history
  • Loading branch information
luzinama committed Feb 5, 2021
1 parent b0b841f commit cfde93e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,6 @@ protected function render()
}

// TODO refactor: add functions to make fields
// TODO add field id, field name
if ($settings['tyto_type'] == 'start_date' || $item['tyto_type'] == 'end_date') {
$this->add_render_attribute('input' . $item_index, 'data-pafe-form-builder-form-id', $form_id);
$this->add_render_attribute('input' . $item_index, 'class', 'elementor-field-textual elementor-date-field');
Expand Down

0 comments on commit cfde93e

Please sign in to comment.