Skip to content

Commit

Permalink
fix: Correctly handle duplicate airlines against a terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
CalumTowers committed Dec 12, 2024
1 parent 6a2299f commit 2605710
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ protected function getTableDescription(): ?string
public function table(Table $table): Table
{
return $table
->allowDuplicates()
->columns([
TextColumn::make('icao_code')
->label(self::translateTablePath('columns.icao'))
Expand Down

0 comments on commit 2605710

Please sign in to comment.