Skip to content

Commit b392f69

Browse files
authored
FIX: save id into selValue instead of table (#1115)
1 parent 6bec568 commit b392f69

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)