Skip to content

Commit

Permalink
Merge pull request #682 from luomus/remove-new-search-functionality-m…
Browse files Browse the repository at this point in the history
…odal-625

Remove new search functionality modal #625
  • Loading branch information
Blodir authored Nov 25, 2024
2 parents ac837eb + 2ec204e commit 7c6c29a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export class ObservationViewComponent implements OnInit, OnDestroy {
})
).subscribe()
);
/*
this.mainSubscription.add(
combineLatest([
this.observationFacade.showSearchButtonInfo$,
Expand All @@ -130,6 +131,7 @@ export class ObservationViewComponent implements OnInit, OnDestroy {
}
})
);
*/
}

ngOnDestroy() {
Expand Down

0 comments on commit 7c6c29a

Please sign in to comment.