Skip to content

Commit

Permalink
Merge pull request #2420 from JohnDuprey/dev
Browse files Browse the repository at this point in the history
Update AlertWizard.jsx
  • Loading branch information
JohnDuprey authored May 8, 2024
2 parents 49fcdcd + 0ef8910 commit dfdc835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/tenant/administration/AlertWizard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit dfdc835

Please sign in to comment.