We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efe3cf commit e711588Copy full SHA for e711588
1 file changed
src/Classes/ConfigSetListControl.lua
@@ -52,7 +52,7 @@ function ConfigSetListClass:RenameSet(configSet, addOnName)
52
if addOnName then
53
t_insert(self.list, configSet.id)
54
self.selIndex = #self.list
55
- self.selValue = configSet
+ self.selValue = configSet.id
56
end
57
self.configTab:AddUndoState()
58
self.configTab.build:SyncLoadouts()
0 commit comments