From 9eea922dd828e434a8ccd254f0fedd908b648d7a Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 13 Sep 2023 10:44:36 +0200 Subject: [PATCH] EmptyStateBar: Don't use css class `empty-state` --- src/Widget/EmptyStateBar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Widget/EmptyStateBar.php b/src/Widget/EmptyStateBar.php index 7794af2b..2d048379 100644 --- a/src/Widget/EmptyStateBar.php +++ b/src/Widget/EmptyStateBar.php @@ -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