Skip to content

Commit

Permalink
chore: add missing change
Browse files Browse the repository at this point in the history
  • Loading branch information
wescopeland committed Sep 28, 2024
1 parent ef3d07c commit d7d3d43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Filament/Resources/AchievementSetClaimResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ public static function table(Table $table): Table
->mapWithKeys(fn ($value) => [$value => ClaimSpecial::toString($value)])
),

Tables\Filters\SelectFilter::make('system')
->relationship('game.system', 'Name'),

Tables\Filters\SelectFilter::make('user')
->label('Developer Type')
->options([
Expand Down

0 comments on commit d7d3d43

Please sign in to comment.