Skip to content

Commit

Permalink
UI/ViewControls: 44034, add dropdown.js to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaagen authored and klees committed Feb 10, 2025
1 parent 7ba8d03 commit ec76232
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ public function registerResources(ResourceRegistry $registry): void
{
parent::registerResources($registry);
$registry->register('assets/js/viewcontrols.min.js');
$registry->register('assets/js/dropdown.js');
}

protected function renderId(
Expand Down

0 comments on commit ec76232

Please sign in to comment.