From 0ef89101fa537d600ec17dc5fe16b3461fb25bd4 Mon Sep 17 00:00:00 2001 From: John Duprey Date: Tue, 7 May 2024 22:41:53 -0400 Subject: [PATCH] Update AlertWizard.jsx --- src/views/tenant/administration/AlertWizard.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/tenant/administration/AlertWizard.jsx b/src/views/tenant/administration/AlertWizard.jsx index ca3b8c2db6fd..29fc8625eaf4 100644 --- a/src/views/tenant/administration/AlertWizard.jsx +++ b/src/views/tenant/administration/AlertWizard.jsx @@ -31,7 +31,7 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faCircleNotch } from '@fortawesome/free-solid-svg-icons' import CippButtonCard from 'src/components/contentcards/CippButtonCard' import alertList from 'src/data/alerts.json' -import auditLogSchema from 'src/data/AuditLogSchema.json' +import auditLogSchema from 'src/data/auditlogschema.json' const AlertWizard = () => { const dispatch = useDispatch()