diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-22 15:46:23 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-22 15:46:23 +0700 |
| commit | 4360ec478bee28c1edae5e614065c31cb9da64c1 (patch) | |
| tree | c98311bc021dfdfd1f7f49381341d2f7c33845de /src/lib | |
| parent | ebda24f072741d11da7dd5e406eb5bce069dbf6a (diff) | |
fix
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/auth/components/Register.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/auth/components/Register.jsx b/src/lib/auth/components/Register.jsx index 4b8a8053..1f7a55d5 100644 --- a/src/lib/auth/components/Register.jsx +++ b/src/lib/auth/components/Register.jsx @@ -35,7 +35,7 @@ const Register = () => { value={companyName} onChange={(e) => setCompanyName(e.target.value.toUpperCase())} placeholder='cth: INDOTEKNIK DOTCOM GEMILANG' - autoCapitalize + autoCapitalize='true' /> </div> |
