forked from p15670423/monkey
UI: Replace " with ' in ExportConfigModal.tsx
This commit is contained in:
parent
37152c2589
commit
53626c3a79
|
@ -86,8 +86,8 @@ const PasswordInput = (props: {
|
|||
return (
|
||||
<div className={'config-export-password-input'}>
|
||||
<p>Encrypt with a password:</p>
|
||||
<Form.Control type="password"
|
||||
placeholder="Password"
|
||||
<Form.Control type='password'
|
||||
placeholder='Password'
|
||||
onChange={evt => (props.onChange(evt.target.value))}/>
|
||||
</div>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue