From c90d7e4944f6fc436063c005dbcdc6fa36ece7c7 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 22 Jan 2024 01:06:11 +0100 Subject: [PATCH] fixed compatibility with nette/component-model 3.1 --- src/DataGrid.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/DataGrid.php b/src/DataGrid.php index eead1cd2..a606127a 100644 --- a/src/DataGrid.php +++ b/src/DataGrid.php @@ -446,8 +446,6 @@ public function __construct(?IContainer $parent = null, ?string $name = null) $parent->addComponent($this, $name); } - $this->monitor('Nette\Application\UI\Presenter'); - /** * Try to find previous filters, pagination, perPage and other values in session */