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()