Skip to content

Commit 157a66b

Browse files
authored
Update Invoke-WPFUIElements.ps1 (ChrisTitusTech#4824)
1 parent 9791386 commit 157a66b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions/public/Invoke-WPFUIElements.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ function Invoke-WPFUIElements {
441441

442442
$sync[$entryInfo.Name].Add_Unchecked({
443443
[System.Object]$Sender = $args[0]
444-
Invoke-WPFSelectedCheckboxesUpdate -type "Remove" -checkbox $Sender.name
444+
Invoke-WPFSelectedCheckboxesUpdate -type "Remove" -checkboxName $Sender.name
445445
})
446446
}
447447
}

0 commit comments

Comments
 (0)