Skip to content

Commit aea0aa3

Browse files
committed
Clear query input on 'X'
1 parent 7ac421b commit aea0aa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mwdb/web/src/components/RecentView/Views/RecentView.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ export function RecentView(props: Props) {
152152
onClick={(ev) => {
153153
ev.preventDefault();
154154
setCurrentQuery("");
155+
setQueryInput("");
155156
}}
156157
/>
157158
</div>

0 commit comments

Comments
 (0)