We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49fcdcd + 0ef8910 commit dfdc835Copy full SHA for dfdc835
src/views/tenant/administration/AlertWizard.jsx
@@ -31,7 +31,7 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
31
import { faCircleNotch } from '@fortawesome/free-solid-svg-icons'
32
import CippButtonCard from 'src/components/contentcards/CippButtonCard'
33
import alertList from 'src/data/alerts.json'
34
-import auditLogSchema from 'src/data/AuditLogSchema.json'
+import auditLogSchema from 'src/data/auditlogschema.json'
35
36
const AlertWizard = () => {
37
const dispatch = useDispatch()
0 commit comments