feature/IO-3499-React-19: Move react-grid-gallery to a vendor directory internally, will be removed shortly but for now we keep it

This commit is contained in:
Dave
2026-01-13 17:17:28 -05:00
parent 1764397195
commit 7bdfbfabe9
15 changed files with 615 additions and 17 deletions

View File

@@ -34,7 +34,7 @@ export function CsiContainerPage({ currentUser }) {
const getAxiosData = useCallback(async () => {
try {
try {
window.$crisp.push(["do", "chat:hide"]);
window.$crisp?.push(["do", "chat:hide"]);
} catch {
console.log("Unable to attach to crisp instance. ");
}