Skip to content

Commit

Permalink
Fix badge to use custom query
Browse files Browse the repository at this point in the history
  • Loading branch information
postrowinski committed Mar 27, 2023
1 parent a3d149d commit e64e743
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions mwdb/web/src/components/RecentView/RecentView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,7 @@ export default function RecentView(props) {
type={props.type}
query={submittedQuery}
canAddQuickQuery={canAddQuickQuery}
submitQuery={(query) =>
setCurrentQuery({
query,
})
}
submitQuery={(query) => setCurrentQuery(query)}
addToQuery={addToQuery}
setQueryError={setQueryError}
/>
Expand Down

0 comments on commit e64e743

Please sign in to comment.