mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
I'm stupid
This commit is contained in:
parent
61a57108a2
commit
52a57f6ae6
1 changed files with 1 additions and 3 deletions
|
|
@ -10,9 +10,7 @@ import TaskItem from "./TaskItem"
|
|||
const HistoryPreview = () => {
|
||||
const { tasks } = useTaskSearch()
|
||||
const { t } = useAppTranslation()
|
||||
let { maxTasksHomeScreen } = useExtensionState()
|
||||
|
||||
maxTasksHomeScreen = 100
|
||||
const { maxTasksHomeScreen } = useExtensionState()
|
||||
|
||||
const handleViewAllHistory = () => {
|
||||
vscode.postMessage({ type: "switchTab", tab: "history" })
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue