mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 23:45:48 +01:00
Fix migration of type "Other"
This commit is contained in:
@@ -398,6 +398,11 @@ const migrateIntegration = (oldService: serviceItem): AppIntegrationType => {
|
||||
},
|
||||
],
|
||||
};
|
||||
case 'Other':
|
||||
return {
|
||||
type: null,
|
||||
properties: [],
|
||||
};
|
||||
default:
|
||||
Consola.warn(
|
||||
`Integration type of service ${oldService.name} could not be mapped to new integration type definition`
|
||||
|
||||
Reference in New Issue
Block a user