mirror of
https://github.com/openai/codex.git
synced 2026-02-01 22:47:52 +00:00
tui: fix call to HistoryCell factory with missing arg
This commit is contained in:
@@ -2939,6 +2939,7 @@ mod tests {
|
||||
app.chat_widget.current_model(),
|
||||
event,
|
||||
is_first,
|
||||
None,
|
||||
)) as Arc<dyn HistoryCell>
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user