🐛 Fix some issues with change position modal

This commit is contained in:
Meierschlumpf
2022-12-19 19:55:42 +01:00
parent 25fd3a1594
commit f240d29f7e
8 changed files with 31 additions and 39 deletions

View File

@@ -63,7 +63,7 @@ type ConfigAppIntegrationPropertyType = Omit<AppIntegrationPropertyType, 'isDefi
export type IntegrationField = 'apiKey' | 'password' | 'username';
export const integrationFieldProperties: {
[key in AppIntegrationType['type']]: IntegrationField[];
[key in Exclude<AppIntegrationType['type'], null>]: IntegrationField[];
} = {
lidarr: ['apiKey'],
radarr: ['apiKey'],