Skip to content

Commit

Permalink
Fix aggressor view fields
Browse files Browse the repository at this point in the history
  • Loading branch information
alexPopaCode4 committed Nov 8, 2024
1 parent 1efc8e8 commit d48efe8
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,22 +234,6 @@ protected static function aggressorSection(): array
TextEntry::make('drugs')
->label(__('field.aggressor_drugs')),
]),

Grid::make()
->schema([
TextEntry::make('legal_history')
->label(__('field.aggressor_legal_history')),
]),

Grid::make()
->schema([
EnumEntry::make('has_protection_order')
->label(__('field.has_protection_order'))
->placeholder(__('placeholder.select_one')),

TextEntry::make('protection_order_notes')
->label(__('field.protection_order_notes')),
]),
]),
]),
];
Expand Down

0 comments on commit d48efe8

Please sign in to comment.