Skip to content

Commit

Permalink
Update ApiMenu.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AthanaD authored Dec 30, 2023
1 parent ddf5b3d commit 06f94e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ApiMenu/ApiMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const ApiMenu = ({
</div>
{_customEndpoint ? (
<input
type='text'
type='password'
className='text-gray-800 dark:text-white p-3 text-sm border-none bg-gray-200 dark:bg-gray-600 rounded-md m-0 w-full mr-0 h-8 focus:outline-none'
value={_apiEndpoint}
onChange={(e) => {
Expand All @@ -83,7 +83,7 @@ const ApiMenu = ({
{t('apiKey.inputLabel', { ns: 'api' })}
</div>
<input
type='text'
type='password'
className='text-gray-800 dark:text-white p-3 text-sm border-none bg-gray-200 dark:bg-gray-600 rounded-md m-0 w-full mr-0 h-8 focus:outline-none'
value={_apiKey}
onChange={(e) => {
Expand Down

0 comments on commit 06f94e3

Please sign in to comment.