diff --git a/Block/Adminhtml/Shopcart/Abandoned/Grid.php b/Block/Adminhtml/Shopcart/Abandoned/Grid.php
index 993b62be..533fdeda 100644
--- a/Block/Adminhtml/Shopcart/Abandoned/Grid.php
+++ b/Block/Adminhtml/Shopcart/Abandoned/Grid.php
@@ -37,7 +37,7 @@ public function __construct(
) {
$this->jsonSerializer = $jsonSerializer;
$this->configHelper = $configHelper;
- parent::__construct($context, $backendHelper, $quotesFactory, $data);
+ parent::__construct($context, $backendHelper, $quotesFactory, null, null, $data);
}
/**