working page pagination controls
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import { CREATE_MULTIPLE_CSHIFT_REQUEST } from "../../constants/cShift.constants";
|
||||
import {
|
||||
CREATE_MULTIPLE_CSHIFT_REQUEST,
|
||||
GET_CSHIFTS_REQUEST
|
||||
} from "../../constants/cShift.constants";
|
||||
|
||||
/**
|
||||
* Saga action for creating a list of shifts
|
||||
@@ -10,3 +13,10 @@ export function createMultipleCShiftRequest(postBodies) {
|
||||
data: postBodies
|
||||
};
|
||||
}
|
||||
|
||||
export function getCShiftsRequest(params) {
|
||||
return {
|
||||
type: GET_CSHIFTS_REQUEST,
|
||||
data: params
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user