Skip to content

Commit

Permalink
Update tide_landing_page.module
Browse files Browse the repository at this point in the history
  • Loading branch information
yeniatencio authored Nov 25, 2024
1 parent 704ba8d commit 950b3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tide_landing_page/tide_landing_page.module
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ function _tide_landing_page_form_node_form_process(array $form, FormStateInterfa
'cta' => t('Call to action banner'),
],
'#ajax' => [
'callback' => 'tide_landing_page_change_the_value',
'callback' => 'tide_landing_page_set_value_hero_image_theme',
],
];
$form['field_landing_page_hero_image']['widget']['field_landing_page_hero_theme']['#states']['disabled'] = [
Expand Down

0 comments on commit 950b3f8

Please sign in to comment.