Skip to content

Commit

Permalink
Type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NuwanJ committed Oct 5, 2024
1 parent 6d8d14e commit 33c5a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Livewire/Backend/SemesterTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function filters(): array
return [
'academic_program' => Filter::make('Academic Program')
->select($academicProgramOptions),
'version' => Filter::make('Version')
'version' => Filter::make('Curriculum')
->select($versionOptions),
];
}
Expand Down

0 comments on commit 33c5a6b

Please sign in to comment.