Added achievement data
This commit is contained in:
@@ -26,7 +26,7 @@ const props = defineProps<{
|
||||
dep_time: string
|
||||
arr_time: string
|
||||
duration: string
|
||||
airline_options: { value: number, title: string }[]
|
||||
airline_options: { value: number, title: string, logo_url: string }[]
|
||||
from_options: { value: number, title: string, country_code: string}[]
|
||||
to_options: { value: number, title: string, country_code: string }[]
|
||||
aircraft_options: { value: number, title: string }[]
|
||||
|
||||
Reference in New Issue
Block a user