Skip to content

Commit

Permalink
add searchResultsReady marker
Browse files Browse the repository at this point in the history
  • Loading branch information
nl0 committed Aug 2, 2024
1 parent ea31868 commit f7f7b78
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions catalog/app/containers/Search/AssistantContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,7 @@ function useSearchContext() {
}, [ctxO])

return {

Check warning on line 289 in catalog/app/containers/Search/AssistantContext.tsx

View check run for this annotation

Codecov / codecov/patch/informational

catalog/app/containers/Search/AssistantContext.tsx#L289

Added line #L289 was not covered by tests
// TODO: implement context markers
// markers: {
// searchResultsReady: Eff.Option.isSome(ctxO),
// },
markers: { searchResultsReady: Eff.Option.isSome(ctxO) },
messages: [React.useMemo(() => tag.toString(), [tag])],

Check warning on line 291 in catalog/app/containers/Search/AssistantContext.tsx

View check run for this annotation

Codecov / codecov/patch/informational

catalog/app/containers/Search/AssistantContext.tsx#L291

Added line #L291 was not covered by tests
}
}
Expand Down

0 comments on commit f7f7b78

Please sign in to comment.