Skip to content

Commit

Permalink
CC
Browse files Browse the repository at this point in the history
  • Loading branch information
DvogelHallowelt committed Oct 16, 2024
1 parent 9f89f93 commit 43e3f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Component/SimpleLinklistGroupFromArray.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ public function __construct( $options ) {
'links' => [],
'classes' => [],
'aria' => [],
'role' => [],
'item-role' => []
'role' => '',
'item-role' => ''
],
$options
);
Expand Down

0 comments on commit 43e3f47

Please sign in to comment.