mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-31 13:06:57 +08:00
fix(ui): stabilize authenticated page requests
This commit is contained in:
@@ -19,6 +19,7 @@ export type ApiFallbackMessageResolver = (key: ApiFallbackMessageKey) => string
|
||||
declare module 'axios' {
|
||||
interface AxiosRequestConfig {
|
||||
feedback?: ApiFeedbackMode
|
||||
skipNavigationCancellation?: boolean
|
||||
skipConnectionTracking?: boolean
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user