Skip to content

Commit dfdc835

Browse files
authored
Merge pull request #2420 from JohnDuprey/dev
Update AlertWizard.jsx
2 parents 49fcdcd + 0ef8910 commit dfdc835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/tenant/administration/AlertWizard.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
3131
import { faCircleNotch } from '@fortawesome/free-solid-svg-icons'
3232
import CippButtonCard from 'src/components/contentcards/CippButtonCard'
3333
import alertList from 'src/data/alerts.json'
34-
import auditLogSchema from 'src/data/AuditLogSchema.json'
34+
import auditLogSchema from 'src/data/auditlogschema.json'
3535

3636
const AlertWizard = () => {
3737
const dispatch = useDispatch()

0 commit comments

Comments
 (0)