From 39c2bda70061ef4c085c8310b2d0ce9e6a5b1342 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sun, 9 Jul 2023 02:50:41 +0200 Subject: [PATCH] avoid changes Signed-off-by: Olivier Tassinari --- plugins/ilert/src/components/Alert/AlertAssignModal.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/ilert/src/components/Alert/AlertAssignModal.tsx b/plugins/ilert/src/components/Alert/AlertAssignModal.tsx index 16e288f0e7..d1ecefafa1 100644 --- a/plugins/ilert/src/components/Alert/AlertAssignModal.tsx +++ b/plugins/ilert/src/components/Alert/AlertAssignModal.tsx @@ -22,7 +22,7 @@ import DialogContent from '@material-ui/core/DialogContent'; import DialogTitle from '@material-ui/core/DialogTitle'; import { makeStyles } from '@material-ui/core/styles'; import TextField from '@material-ui/core/TextField'; -import MdAlert from '@material-ui/lab/Alert'; +import MUIAlert from '@material-ui/lab/Alert'; import Autocomplete from '@material-ui/lab/Autocomplete'; import React from 'react'; import { ilertApiRef } from '../../api'; @@ -111,11 +111,11 @@ export const AlertAssignModal = ({ Select responder to assign - + This action will assign the alert to the selected responder. - +