added provider users approve clients functionality
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { UPDATE_EMPLOYER_REQUEST } from "../../constants/employer.constants";
|
||||
|
||||
export function updateEmployerRequest(payload) {
|
||||
return {
|
||||
type: UPDATE_EMPLOYER_REQUEST,
|
||||
data: payload
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user