Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghelupu17 committed Dec 8, 2023
1 parent 88f1bac commit 737bebd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/Filament/Resources/BCRProjectResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public static function form(Form $form): Form
->columnSpanFull()
->required(),
Select::make('status')
->label('bcr-project.labels.status')
->label(__('bcr-project.labels.status'))
->inlineLabel()
->options(ProjectStatus::options())
->columnSpanFull()
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Dashboard/DonationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public function index(Request $request): Response
});
$dates = $donations->pluck('created_at')->map(fn ($date) => $date->format('Y-m'))->unique();


return Inertia::render('AdminOng/Donations/Index', [
'filter' => $request->query('filter'),
'collection' => new DonationCollection(
Expand Down

0 comments on commit 737bebd

Please sign in to comment.