fix(crud): fix setter of double click
This commit is contained in:
parent
a134a41926
commit
1069a4ad46
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ class CrudConfiguration
|
|||
|
||||
/* -- */
|
||||
|
||||
public function setDoubleClick(string $page, bool $enabled): bool
|
||||
public function setDoubleClick(string $page, bool $enabled): self
|
||||
{
|
||||
$this->doubleClick[$page] = $enabled;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue