Skip to content

Commit

Permalink
set SubmitterControl default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
dakorpar committed Mar 20, 2024
1 parent ec3c659 commit 99a8b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class Form extends Container implements Nette\HtmlStringable
public Nette\Http\IRequest $httpRequest;
protected bool $crossOrigin = false;
private static ?Nette\Http\IRequest $defaultHttpRequest = null;
private SubmitterControl|bool $submittedBy;
private SubmitterControl|bool $submittedBy = false;
private array $httpData;
private Html $element;
private FormRenderer $renderer;
Expand Down

0 comments on commit 99a8b8b

Please sign in to comment.