From bf132da9d3e3463767a56582a5199be848a1559c Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Thu, 13 May 2021 15:07:39 +0100
Subject: [PATCH] Issue #3207405 by Nikhil Banait, Gauravmahlawat, Abhijith S:
 Add 'Reset' button on Custom block library page

---
 .../block_content/config/optional/views.view.block_content.yml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/block_content/config/optional/views.view.block_content.yml b/core/modules/block_content/config/optional/views.view.block_content.yml
index ed153d7593bf..e4d32003d5db 100644
--- a/core/modules/block_content/config/optional/views.view.block_content.yml
+++ b/core/modules/block_content/config/optional/views.view.block_content.yml
@@ -37,7 +37,7 @@ display:
         type: basic
         options:
           submit_button: Apply
-          reset_button: false
+          reset_button: true
           reset_button_label: Reset
           exposed_sorts_label: 'Sort by'
           expose_sort_order: true
-- 
GitLab