mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 16:05:47 +01:00
📦 Add package and fix bug in DownloadsModule
This commit is contained in:
@@ -13,6 +13,7 @@ export default function ModuleEnabler(props: any) {
|
||||
<Checkbox
|
||||
key={module.title}
|
||||
size="lg"
|
||||
style={{ cursor: 'pointer' }}
|
||||
checked={config.modules?.[module.title]?.enabled ?? false}
|
||||
label={`${module.title}`}
|
||||
onChange={(e) => {
|
||||
|
||||
Reference in New Issue
Block a user