Skip to content

Commit

Permalink
Remove unneeded requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
raissanorth committed Jan 29, 2018
1 parent 1feaa52 commit 8dfb442
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Forms/GridField/GridFieldBlogPostState.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class GridFieldBlogPostState extends GridFieldSiteTreeState
public function getColumnContent($gridField, $record, $columnName)
{
if ($columnName == 'State') {
Requirements::css('silverstripe/blog:client/dist/styles/main.css');
if ($record instanceof BlogPost) {
$modifiedLabel = '';

Expand Down

0 comments on commit 8dfb442

Please sign in to comment.