Skip to content

Commit 03fecf1

Browse files
committed
Level one
1 parent 62a71bf commit 03fecf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Selectable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public function withSelected(mixed $selected): self
189189

190190
public function withDisabled(mixed $disabled): self
191191
{
192-
$this->_disabled = null;
192+
$this->_disabled = $disabled;
193193
return $this;
194194
}
195195

0 commit comments

Comments
 (0)