mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-09 23:15:46 +01:00
🐛 Fix config migrator wrapper positons
This commit is contained in:
@@ -50,7 +50,7 @@ export const AvailableElementTypes = ({
|
||||
{
|
||||
id: uuidv4(),
|
||||
// Thank you ChatGPT ;)
|
||||
position: previousConfig.categories.length + 1,
|
||||
position: previousConfig.wrappers.length + 1,
|
||||
},
|
||||
],
|
||||
categories: [
|
||||
|
||||
Reference in New Issue
Block a user