diff --git a/frontend/app/components/Tasks-comp/TaskHistoryTable.tsx b/frontend/app/components/Tasks-comp/TaskHistoryTable.tsx index b792170..bc5a268 100644 --- a/frontend/app/components/Tasks-comp/TaskHistoryTable.tsx +++ b/frontend/app/components/Tasks-comp/TaskHistoryTable.tsx @@ -22,15 +22,34 @@ export default function TaskHistoryTable({ rows, query, onQueryChange }: TaskHis

Journey History

-
- search +
+ onQueryChange(event.target.value)} + onKeyDown={(event) => { + if (event.key === "Escape") { + onQueryChange(""); + } + }} /> + {query && ( + + )}