Merge branch 'Carlos' of https://repositorio.acatlan.unam.mx/IO/front-AT into Carlos
This commit is contained in:
@@ -56,8 +56,8 @@ const EnviarMensaje = ({ titulo }: EnviarMensajeProps) => {
|
||||
|
||||
return (
|
||||
<form className="containerForm" onSubmit={handleSubmit}>
|
||||
|
||||
<label className="label">{titulo}</label>
|
||||
|
||||
<div className="groupInput">
|
||||
<select
|
||||
value={equipoSeleccionado}
|
||||
@@ -75,10 +75,10 @@ const EnviarMensaje = ({ titulo }: EnviarMensajeProps) => {
|
||||
</div>
|
||||
|
||||
<label className="label">Seleccione el mensaje</label>
|
||||
|
||||
<div className="groupInput">
|
||||
<select value={mensaje} onChange={(e) => setMensaje(e.target.value)}>
|
||||
<option value="">-- Seleccione el mensaje --</option>
|
||||
|
||||
<option value="cerrar">No olvides cerrar sesión</option>
|
||||
<option value="alerta1">⚠️ Atención</option>
|
||||
<option value="alerta2">🔔 Aviso importante</option>
|
||||
@@ -88,6 +88,7 @@ const EnviarMensaje = ({ titulo }: EnviarMensajeProps) => {
|
||||
|
||||
|
||||
<label className="label">Mensaje personalizado</label>
|
||||
|
||||
<div className="groupInput">
|
||||
<input
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user