Skip to content

Commit

Permalink
EmptyStateBar: Don't use css class empty-state
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Sep 13, 2023
1 parent bc19c67 commit 9eea922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widget/EmptyStateBar.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class EmptyStateBar extends BaseHtmlElement

protected $tag = 'div';

protected $defaultAttributes = ['class' => ['empty-state', 'empty-state-bar']];
protected $defaultAttributes = ['class' => 'empty-state-bar'];

/**
* Create an empty list
Expand Down

0 comments on commit 9eea922

Please sign in to comment.