sicherung ggggg
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import React from "react";
|
||||
import SortableTable from "./SortableTable";
|
||||
import {THeader} from "./SortableTable";
|
||||
import {IFlight} from '../interfaces/IFlights';
|
||||
import {CFlight} from '../classes/CFlight';
|
||||
|
||||
function Link2Flight(key: string, row: any, data: string | null)
|
||||
{
|
||||
@ -36,7 +36,7 @@ export default function FlightsTable(flightdata: any)
|
||||
|
||||
return(
|
||||
<div className='App'>
|
||||
<SortableTable<IFlight> headers={headers} dataTbl={flightdata} ></SortableTable>
|
||||
<SortableTable<CFlight> headers={headers} dataTbl={flightdata} ></SortableTable>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user