Skip to content

Commit

Permalink
RN-617: hotfix broken entity search bar (#4095)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-bes authored Aug 18, 2022
1 parent 8b55d02 commit ccba935
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/web-frontend/src/sagas/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ import * as watchMapOverlay from './watchMapOverlay';
import * as watchOrgUnit from './watchOrgUnit';
import * as watchProject from './watchProject';
import * as watchUser from './watchUser';
import * as watchSearchbar from './watchSearchbar';

export default [
...Object.values(watchDashboard),
...Object.values(watchMapOverlay),
...Object.values(watchOrgUnit),
...Object.values(watchProject),
...Object.values(watchUser),
...Object.values(watchSearchbar),
];

0 comments on commit ccba935

Please sign in to comment.