Skip to content

Commit

Permalink
Update modules/custom/az_select_menu/src/Plugin/Block/AzSelectMenu.php
Browse files Browse the repository at this point in the history
  • Loading branch information
trackleft authored Nov 1, 2024
1 parent 596228a commit 4ef96a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public function build() {
$build['#button_attributes'] = $button_attributes;

$build['#attached']['library'][] = 'az_select_menu/az_select_menu';
$build['#attached']['drupalSettings']['azSelectMenu']['ids'][] = 'az-' . $build['#menu_name'] . '-form';
$build['#attached']['drupalSettings']['azSelectMenu']['ids'][] = 'az-' . $menu_name . '-form';

return $build;
}
Expand Down

0 comments on commit 4ef96a2

Please sign in to comment.