From 3a2caa2511a6b0190d106a4deb529d9de41ec7b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Sun, 13 Feb 2022 12:55:15 +0100 Subject: [PATCH] Revert "DEBUG" This reverts commit ed2d55dfff668fd9d6631a3cfc7ad46a74668bc4. --- src/Grid.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Grid.php b/src/Grid.php index d2a897eb22..453ed9c093 100644 --- a/src/Grid.php +++ b/src/Grid.php @@ -110,8 +110,6 @@ protected function init(): void $this->paginator = $seg->add(Factory::factory([Paginator::class, 'reload' => $this->container], $this->paginator)); $this->stickyGet($this->paginator->name); } - - $this->stickyGet('atk_layout_maestro_crud_menu_menu_item_view_jssearch_q'); } protected function initTable(): Table