Implement aircraft values in flight creation/updating

This commit is contained in:
april
2024-01-11 11:30:10 -06:00
parent d6d03c9027
commit b50d333677
7 changed files with 449 additions and 215 deletions

View File

@@ -47,7 +47,7 @@ export default function Index() {
staleTime: 1000,
retry: (failureCount, error: Error) => {
return (
failureCount < 5 &&
failureCount < 3 &&
(!error ||
(error instanceof AxiosError &&
error.response?.status !== 401 &&