mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-17 02:31:18 +01:00
✨ add torrent client
This commit is contained in:
@@ -14,8 +14,8 @@ export const getFrontendConfig = (name: string): ConfigType => {
|
||||
properties:
|
||||
app.integration?.properties.map((property) => ({
|
||||
...property,
|
||||
value: property.type === 'private' ? undefined : property.value,
|
||||
isDefined: property.value != null,
|
||||
value: property.type === 'private' ? null : property.value,
|
||||
isDefined: property.value !== null,
|
||||
})) ?? [],
|
||||
},
|
||||
})),
|
||||
|
||||
Reference in New Issue
Block a user