mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Handle Cardigann "info" extra settings field
This commit is contained in:
@@ -35,6 +35,8 @@ function getType({ type, selectOptionsProviderAction }) {
|
||||
return inputTypes.TEXT;
|
||||
case 'oAuth':
|
||||
return inputTypes.OAUTH;
|
||||
case 'info':
|
||||
return inputTypes.INFO;
|
||||
default:
|
||||
return inputTypes.TEXT;
|
||||
}
|
||||
|
Reference in New Issue
Block a user