Skip to content

Commit

Permalink
Merge pull request #61 from snkashis/api_keys_typo
Browse files Browse the repository at this point in the history
api key entry ui: correct (bank --> blank) typo
  • Loading branch information
danmarshall authored Feb 10, 2025
2 parents a7b02df + 484caa3 commit f5eaf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ModelSelectionDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const ModelSelectionButton: React.FC<{}> = ({ }) => {
<TableCell align="left" >
<TextField fullWidth size="small" type={showKeys ? "text" : "password"}
InputProps={{ style: { fontSize: "0.875rem" } }}
placeholder='leave bank if using keyless access'
placeholder='leave blank if using keyless access'
value={newKey} onChange={(event: any) => { setNewKey(event.target.value); }}
autoComplete='off'/>
</TableCell>
Expand Down

0 comments on commit f5eaf9f

Please sign in to comment.