Merged in release/2021-10-08 (pull request #235)

Resolve CI.

Approved-by: Patrick Fic
This commit is contained in:
Patrick Fic
2021-10-01 22:56:48 +00:00

View File

@@ -1,14 +1,14 @@
import { gql, selectHttpOptionsAndBody } from "@apollo/client";
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";
import { store } from "../redux/store";
import client from "../utils/GraphQLClient";
import { TemplateList } from "./TemplateConstants";
import _ from "lodash";
const server = process.env.REACT_APP_REPORTS_SERVER_URL;
jsreport.serverUrl = server;