Added admin controls for missing airlines

This commit is contained in:
2026-08-21 22:41:29 +10:00
parent a6bf1c09fe
commit 4a296705a6
9 changed files with 132 additions and 25 deletions
+1
View File
@@ -334,6 +334,7 @@ export interface MissingAirline{
flights: {
flight_number: string;
link: string;
id: number;
}[]
}