mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
Fix action types
This commit is contained in:
parent
3743e6cc20
commit
f92977ac8f
1 changed files with 3 additions and 3 deletions
|
|
@ -5,9 +5,9 @@ import { updatedEntities, denormalisedEntities } from '../../util/data';
|
|||
|
||||
// ================ Action types ================ //
|
||||
|
||||
export const FETCH_ORDER_REQUEST = 'app/InboxPage/FETCH_ORDER_REQUEST';
|
||||
export const FETCH_ORDER_SUCCESS = 'app/InboxPage/FETCH_ORDER_SUCCESS';
|
||||
export const FETCH_ORDER_ERROR = 'app/InboxPage/FETCH_ORDER_ERROR';
|
||||
export const FETCH_ORDER_REQUEST = 'app/OrderPage/FETCH_ORDER_REQUEST';
|
||||
export const FETCH_ORDER_SUCCESS = 'app/OrderPage/FETCH_ORDER_SUCCESS';
|
||||
export const FETCH_ORDER_ERROR = 'app/OrderPage/FETCH_ORDER_ERROR';
|
||||
|
||||
// ================ Reducer ================ //
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue