Skip to content

Commit e711588

Browse files
committed
FIX: save id into selValue instead of table
1 parent 7efe3cf commit e711588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Classes/ConfigSetListControl.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function ConfigSetListClass:RenameSet(configSet, addOnName)
5252
if addOnName then
5353
t_insert(self.list, configSet.id)
5454
self.selIndex = #self.list
55-
self.selValue = configSet
55+
self.selValue = configSet.id
5656
end
5757
self.configTab:AddUndoState()
5858
self.configTab.build:SyncLoadouts()

0 commit comments

Comments
 (0)