mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-19 21:46:43 -04:00
Created generic Hinted EnhancedSelectInput components and use it instead of SelectInput
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ function EditRemotePathMappingModalContent(props) {
|
||||
<FormLabel>Host</FormLabel>
|
||||
|
||||
<FormInputGroup
|
||||
type={inputTypes.AUTO_COMPLETE}
|
||||
type={inputTypes.SELECT}
|
||||
name="host"
|
||||
helpText="The same host you specified for the remote Download Client"
|
||||
{...host}
|
||||
|
||||
Reference in New Issue
Block a user