Skip to content

Commit 47dd95c

Browse files
committed
fix: api domain input filed
1 parent bafe8a7 commit 47dd95c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/renderer/Settings.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,10 @@ export function Settings(props: {
266266
/>
267267
</FormItem>
268268
<FormItem label={t('settings.api_domain')}>
269-
<Input.Password
269+
<Input
270270
placeholder={t<string>(
271271
'settings.api_domain_placeholder'
272272
)}
273-
defaultVisibility={false}
274273
value={apiDomain}
275274
onChange={(value) => {
276275
setAPIDomain(value);

0 commit comments

Comments
 (0)