Fix provider configuration response rendering
Align the admin page with the array response defined by the production API and OpenAPI contract so successful status loads cannot trip the route error boundary.
This commit is contained in:
@@ -135,9 +135,7 @@ export interface ManagedProviderStatus {
|
||||
updatedAt?: string;
|
||||
}
|
||||
|
||||
export interface ManagedProviderOverview {
|
||||
providers: ManagedProviderStatus[];
|
||||
}
|
||||
export type ManagedProviderOverview = ManagedProviderStatus[];
|
||||
|
||||
export interface UpdateProviderApiKeyRequest {
|
||||
apiKey: string;
|
||||
|
||||
Reference in New Issue
Block a user