Skip to content

Commit

Permalink
Implemented requested change
Browse files Browse the repository at this point in the history
  • Loading branch information
spitfire305 committed Feb 13, 2024
1 parent d36fc20 commit 34c6caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/dashboard/widgets/forms/_random.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@php
$boosted = $campaign->boosted();
$entityTypes = ['all' => __('dashboard.widgets.random.type.all')];
$entityTypes = ['' => __('dashboard.widgets.random.type.all')];
$entities = $entityService->campaign($campaign)->getEnabledEntitiesSorted(false, ['bookmarks']);
$entityTypes = array_merge($entityTypes, $entities);
Expand Down

0 comments on commit 34c6caf

Please sign in to comment.