modified impresions to role = 5

This commit is contained in:
2026-02-19 18:59:21 -06:00
committed by frcarlos
parent b7bee2d1fd
commit 57714ff36c
5 changed files with 101 additions and 95 deletions
@@ -60,16 +60,17 @@ function SearchUserWithDate(props: urlProp) {
<label className="label">Fecha</label>
<div className="groupInput">
<input
type="date"
value={date}
onChange={(e) => setDate(e.target.value)}
/>
</div>
<button className="button buttonSearch" type="submit">
Buscar
</button>
<button className="button buttonSearch" type="submit">
Buscar
</button>
</div>
</form>
);
}