From 43e3f47fac70ec108bd5723d65b9e042ed69626f Mon Sep 17 00:00:00 2001 From: Daniel Vogel Date: Wed, 16 Oct 2024 13:55:12 +0200 Subject: [PATCH] CC --- src/Component/SimpleLinklistGroupFromArray.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Component/SimpleLinklistGroupFromArray.php b/src/Component/SimpleLinklistGroupFromArray.php index ba1fdb4..789ea8e 100644 --- a/src/Component/SimpleLinklistGroupFromArray.php +++ b/src/Component/SimpleLinklistGroupFromArray.php @@ -17,8 +17,8 @@ public function __construct( $options ) { 'links' => [], 'classes' => [], 'aria' => [], - 'role' => [], - 'item-role' => [] + 'role' => '', + 'item-role' => '' ], $options );