Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit committed Aug 30, 2024
1 parent 6992769 commit 9fc2c0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/UI/Install/InstallPresenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
use Drago\Application\UI\Alert;
use Drago\Localization\Translator;
use Drago\Localization\TranslatorAdapter;
use Nette\Application\Attributes\Requires;
use Nette\Application\UI\Form;
use Nette\Application\UI\Presenter;
use Throwable;
Expand Down Expand Up @@ -54,11 +55,10 @@ public function getTranslator(): Translator
}


#[Requires(ajax: true)]
public function renderDefault(): void
{
if ($this->isAjax()) {
$this->redrawControl('install');
}
$this->redrawControl('install');
}


Expand Down

0 comments on commit 9fc2c0f

Please sign in to comment.