Skip to content

Commit 7497628

Browse files
Rhymstevie-mayhew
authored andcommitted
Update CatalogPageAdmin.php (#63)
Add filter header back to Catalog Manager
1 parent 8d3e6da commit 7497628

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ModelAdmin/CatalogPageAdmin.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ protected function getCatalogEditForm($model, $id = null, $fields = null)
7878
false,
7979
$this->getList(),
8080
$fieldConfig = GridFieldConfig_RecordEditor::create(static::config()->get('page_length'))
81-
->removeComponentsByType(GridFieldFilterHeader::class)
8281
->removeComponentsByType(GridFieldDeleteAction::class)
8382
->addComponent(new GridfieldPublishAction())
8483
);

0 commit comments

Comments
 (0)