const applyQueryReducer = (state = false, action) => {
    const { applyQuery } = action;
    switch (action.type) {
        case APPLY_QUERY.SET_APPLY_QUERY:
            return applyQuery;