Skip to content

Commit

Permalink
typo (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakorpar authored and dg committed Apr 1, 2024
1 parent 6437671 commit 13be885
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 @@ -206,7 +206,7 @@ class Form extends Container implements Nette\HtmlStringable
/** @var bool */
protected $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 13be885

Please sign in to comment.