mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-07 03:40:36 -07:00
(fix): appcontainer should not poll and footer should use currentModel from ui state (#11923)
This commit is contained in:
@@ -64,6 +64,7 @@ const baseMockUiState = {
|
||||
streamingState: StreamingState.Idle,
|
||||
mainAreaWidth: 100,
|
||||
terminalWidth: 120,
|
||||
currentModel: 'gemini-pro',
|
||||
};
|
||||
|
||||
export const renderWithProviders = (
|
||||
|
||||
Reference in New Issue
Block a user