Skip to content

Commit

Permalink
Adjust input attributes in AdminRegistration
Browse files Browse the repository at this point in the history
  • Loading branch information
YanZhylavy committed Oct 11, 2024
1 parent 2b30da8 commit fe32145
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ const AdminRegistration = () => {
title={'Введіть тут електронну пошту особи, яку потрібно зареєструвати в якості адміністратора'}
placement="top">
<input className={css['admin_registration-input']}
id="newAdminEmail" onChange={handleInputChange}
id="newAdminEmail"

Check failure on line 47 in FrontEnd/src/pages/AdminPage/AdminRegistration/AdminRegistration.jsx

View workflow job for this annotation

GitHub Actions / Linting

Trailing spaces not allowed
onChange={handleInputChange}
type="text"
placeholder="Введіть текст"
autoComplete="email" />
Expand Down

0 comments on commit fe32145

Please sign in to comment.