Skip to content

Commit

Permalink
Update src/plugins/discover/public/application/apps/main/services/use…
Browse files Browse the repository at this point in the history
…_saved_search.ts

Co-authored-by: Tim Roes <[email protected]>
  • Loading branch information
kertal and timroes authored Jun 7, 2021
1 parent 6d1b9b7 commit 692c79f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ export const useSavedSearch = ({
*/
const data$: SavedSearchDataSubject = useSingleton(
() =>
new BehaviorSubject({
state: initFetchState as FetchStatus,
new BehaviorSubject<SavedSearchDataMessage>({
state: initFetchState,
})
);
/**
Expand Down

0 comments on commit 692c79f

Please sign in to comment.