PVRT Handling IO-736
This commit is contained in:
@@ -2,7 +2,6 @@ import { gql } from "@apollo/client";
|
||||
import { notification } from "antd";
|
||||
import axios from "axios";
|
||||
import jsreport from "jsreport-browser-client-dist";
|
||||
import _ from "lodash";
|
||||
import moment from "moment";
|
||||
import { auth } from "../firebase/firebase.utils";
|
||||
import { setEmailOptions } from "../redux/email/email.actions";
|
||||
|
||||
@@ -6,7 +6,7 @@ export const EmailSettings = {
|
||||
};
|
||||
|
||||
export const TemplateList = (type, context) => {
|
||||
const { bodyshop } = store.getState().user;
|
||||
//const { bodyshop } = store.getState().user;
|
||||
|
||||
return {
|
||||
//If there's no type or the type is job, send it back.
|
||||
|
||||
Reference in New Issue
Block a user