Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
uo288574 committed Apr 23, 2024
1 parent f6c3a79 commit 6c587f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/AddUser.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const AddUser = () => {
onChange={(e) => setPassword(e.target.value)}
/>

<Button text="Añadir usuario" onClick={addUser} name = "Add user"/>
<Button text="Añadir" onClick={addUser} name = "Add user"/>

<Snackbar open={openSnackbar} autoHideDuration={6000} onClose={handleCloseSnackbar} message="Usuario añadido correctamente" />
{error && (
Expand Down

0 comments on commit 6c587f8

Please sign in to comment.