mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 12:12:15 +01:00
only send api initial api requests on page load, not on every navigation
This commit is contained in:
1
resources/js/types/global.d.ts
vendored
1
resources/js/types/global.d.ts
vendored
@@ -6,6 +6,7 @@ import { PageProps as AppPageProps } from './';
|
||||
declare global {
|
||||
interface Window {
|
||||
axios: AxiosInstance;
|
||||
initialDataLoaded: boolean;
|
||||
}
|
||||
|
||||
let route: typeof ziggyRoute;
|
||||
|
||||
Reference in New Issue
Block a user