mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 21:20:29 +08:00
fix input error
This commit is contained in:
parent
924765fa80
commit
318fb1d5f0
@ -52,7 +52,7 @@ const EditInfoModal: React.FC<Props> = (props) => {
|
||||
}}
|
||||
/>
|
||||
</SettingItem>
|
||||
{values.url && (
|
||||
{values.type === 'remote' && (
|
||||
<SettingItem title="订阅地址">
|
||||
<Input
|
||||
size="sm"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user