Skip to content

Commit

Permalink
fixed compatibility with nette/component-model 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dg authored and f3l1x committed Jan 22, 2024
1 parent 3218e7e commit 8eddb91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/DataGrid.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 8eddb91

Please sign in to comment.