Skip to content

Commit a4d9afd

Browse files
Update service status types
1 parent 007482e commit a4d9afd

File tree

1 file changed

+1
-3
lines changed
  • app/components/@settings/tabs/providers/service-status

1 file changed

+1
-3
lines changed

app/components/@settings/tabs/providers/service-status/types.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import type { IconType } from 'react-icons';
2-
31
export type ProviderName =
42
| 'AmazonBedrock'
53
| 'Cohere'
@@ -19,7 +17,7 @@ export type ServiceStatus = {
1917
status: 'operational' | 'degraded' | 'down';
2018
lastChecked: string;
2119
statusUrl?: string;
22-
icon?: IconType;
20+
icon?: string;
2321
message?: string;
2422
responseTime?: number;
2523
incidents?: string[];

0 commit comments

Comments
 (0)