Skip to content

Commit

Permalink
Merge branch 'dev' into merge/sync-prod-code/20240721
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnsonMao authored Jul 21, 2024
2 parents 8536169 + e673903 commit 185033c
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 0 deletions.
Binary file added public/email/img_2838_6236_d5c124.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/email/img_2838_6522_f67599.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/email/img_2838_6548_5c6871.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/email/img_2838_6586_45e7da.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/email/img_2850_6901_efe8a8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/email/img_2850_6906_df5340.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/email/img_2850_6909_3cac63.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/email/img_2850_6912_12ce7d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/email/img_I2838_6191_255_5407_c24b31.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/email/table_1a1flou_64fd4c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/email/table_1a1flou_98c985.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/email/table__3kiofg_5bedb9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/email/table__3kiofg_c57e3c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/email/table_k6aic7_29c903.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/email/table_k6aic7_f5c74b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions redux/reducers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import theme from './theme';
import shared from './shared';
import resource from './resource';
import group from './group';
import partners from './partners';

const allReducers = combineReducers({
search,
Expand All @@ -13,6 +14,7 @@ const allReducers = combineReducers({
shared,
resource,
group,
partners,
});

export default allReducers;
2 changes: 2 additions & 0 deletions redux/sagas/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { all } from 'redux-saga/effects';
import searchSaga from './searchSaga';
import userSaga from './user';
import partnerSaga from './partnersSaga';
import sharedSaga from './sharedSaga';
import resourceSaga from './resourceSaga';
import groupSaga from './groupSaga';
Expand All @@ -14,5 +15,6 @@ export default function* rootSaga() {
sharedSaga(),
resourceSaga(),
groupSaga(),
partnerSaga(),
]);
}

0 comments on commit 185033c

Please sign in to comment.