Commit 81091b0 1 parent 24740e6 commit 81091b0 Copy full SHA for 81091b0
File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
trait DisableActions
6
6
{
7
- protected bool $ actions = true ;
7
+ protected bool $ displayActions = true ;
8
8
9
9
/**
10
10
* Adds a border around the options.
11
11
*/
12
- public function disableActions (bool $ actions = true ): static
12
+ public function disableActions (bool $ displayActions = true ): static
13
13
{
14
- $ this ->displayActions = !$ actions ;
14
+ $ this ->displayActions = !$ displayActions ;
15
15
16
16
return $ this ;
17
17
}
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ protected function __construct(
36
36
private ?string $ titleField = null ,
37
37
private ?bool $ hideTitlePrefix = false ,
38
38
private ?bool $ buttonAsLink = false ,
39
- private ?bool $ displayActions = true ,
40
39
protected ?array $ connectedTo = null ,
41
40
) {
42
41
}
You can’t perform that action at this time.
0 commit comments