Skip to content
Snippets Groups Projects
Commit 2a4a25b8 authored by Christina Jenks's avatar Christina Jenks
Browse files

Merge branch 'CE-1940-add-mui-license-integration' into 'develop'

Resolve CE-1940 "Add mui license integration"

See merge request !321
parents be6e56c1 75ad280d
No related branches found
No related tags found
2 merge requests!407CE-2141: 3.0.0,!321Resolve CE-1940 "Add mui license integration"
Pipeline #156565 passed
......@@ -3,6 +3,7 @@ import { createRoot } from "react-dom/client";
import "./index.css";
import App from "./App";
import reportWebVitals from "./reportWebVitals";
import { LicenseInfo } from "@mui/x-license-pro";
if (
process.env.NODE_ENV === "development" &&
......@@ -20,6 +21,9 @@ if (
worker.start();
}
// Set license key
LicenseInfo.setLicenseKey(process.env.REACT_APP_MUI_PRO_LICENSE_KEY);
const container = document.getElementById("root");
const root = createRoot(container);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment