ui - new build

This commit is contained in:
Ishaan Jaff 2024-04-13 16:59:20 -07:00
parent 144b5813ed
commit 9e35f09343
23 changed files with 23 additions and 23 deletions

View file

@ -160,7 +160,7 @@ const Settings: React.FC<SettingsPageProps> = ({
<Text>{key}</Text>
<TextInput
name={key}
defaultValue={value}
defaultValue={value as string}
type="password"
/>
</li>