Add image display to flight logs
This commit is contained in:
@@ -58,3 +58,7 @@ function useProvideApi(apiUrl: string) {
|
||||
|
||||
return client;
|
||||
}
|
||||
|
||||
export function createClient() {
|
||||
return axios.create({});
|
||||
}
|
||||
|
@@ -50,6 +50,8 @@ type FlightFormSchema = FlightBaseSchema & {
|
||||
time_off: number | null;
|
||||
time_down: number | null;
|
||||
time_stop: number | null;
|
||||
|
||||
images: File[];
|
||||
};
|
||||
|
||||
type FlightCreateSchema = FlightBaseSchema & {
|
||||
|
Reference in New Issue
Block a user