115 add load more button to logbook mobile view #118

Merged
noahspannbauer merged 5 commits from 115-add-load-more-button-to-logbook-mobile-view into main 2026-03-21 21:57:22 -04:00
Showing only changes of commit ff8922e86c - Show all commits

View File

@@ -17,7 +17,7 @@ const Flights = () => {
const getFlights = async (pageIndex: number, pageSize: number) => {
try {
const response: AxiosResponse = await httpClient.get(`api/logs/tracks`, {
const response: AxiosResponse = await httpClient.get(`api/logs/flights`, {
params: {
skip: pageIndex,
take: pageSize