mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 16:05:47 +01:00
🐛 Fix config migrator wrapper positons
This commit is contained in:
@@ -47,7 +47,7 @@ export function migrateConfig(config: Config): ConfigType {
|
||||
wrappers: [
|
||||
{
|
||||
id: 'default',
|
||||
position: 1,
|
||||
position: 0,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user