mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +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:
|
default:
|
||||||
Consola.warn(
|
Consola.warn(
|
||||||
`Integration type of service ${oldService.name} could not be mapped to new integration type definition`
|
`Integration type of service ${oldService.name} could not be mapped to new integration type definition`
|
||||||
|
|||||||
Reference in New Issue
Block a user