PVRT Handling IO-736

This commit is contained in:
Patrick Fic
2021-03-03 15:41:54 -08:00
parent 57f6eec9e4
commit 574f8bab89
21 changed files with 1796 additions and 20 deletions

View File

@@ -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";

View File

@@ -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.