Fix: Token count UI doesn't re-render if it's open. (#4822)
This commit is contained in:
@@ -20,5 +20,5 @@ export interface Alert {
|
||||
compactButtonDisabled?: boolean;
|
||||
onCompact?: () => void;
|
||||
compactIcon?: React.ReactNode;
|
||||
autoCompactThreshold?: number; // Add this for showing the auto-compact threshold
|
||||
autoCompactThreshold?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user