fix input error

This commit is contained in:
pompurin404 2024-08-10 21:39:59 +08:00
parent 924765fa80
commit 318fb1d5f0
No known key found for this signature in database

View File

@ -52,7 +52,7 @@ const EditInfoModal: React.FC<Props> = (props) => {
}} }}
/> />
</SettingItem> </SettingItem>
{values.url && ( {values.type === 'remote' && (
<SettingItem title="订阅地址"> <SettingItem title="订阅地址">
<Input <Input
size="sm" size="sm"