from retail
This commit is contained in:
@@ -152,7 +152,7 @@ local function ConstructIconPicker(frame)
|
||||
else
|
||||
self.givenPath = {};
|
||||
for child in OptionsPrivate.Private.TraverseLeafsOrAura(baseObject) do
|
||||
if(child) then
|
||||
if child and paths[child.id] then
|
||||
local value = valueFromPath(child, paths[child.id])
|
||||
self.givenPath[child.id] = value or "";
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user