You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -23,7 +24,7 @@ function isValidAddress(address: string): boolean {
23
24
/**
24
25
* Props for the Settings component.
25
26
* @interface SettingsProps
26
-
* @property {Object.<string, {isMetricsEnabled?: boolean, autoDetect?: boolean, address?: string, defaultTimespan?: string}>} data - Configuration data for each cluster
27
+
* @property {Object.<string, {isMetricsEnabled?: boolean, autoDetect?: boolean, address?: string, defaultTimespan?: string, defaultResolution?: string}>} data - Configuration data for each cluster
27
28
* @property {Function} onDataChange - Callback function when data changes
0 commit comments