mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-16 19:56:10 +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…
Reference in New Issue
Block a user