mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
fix model info not updating on top right banner
This commit is contained in:
parent
0e2eebc681
commit
2b91fdbc7f
2 changed files with 4 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ export const MainContent = () => {
|
|||
return (
|
||||
<>
|
||||
<Static
|
||||
key={uiState.historyRemountKey}
|
||||
key={`${uiState.historyRemountKey}-${uiState.currentModel}`}
|
||||
items={[
|
||||
<AppHeader key="app-header" version={version} />,
|
||||
...uiState.history.map((h) => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue