diff --git a/includes/Components/VectorComponentMenuListItem.php b/includes/Components/VectorComponentMenuListItem.php index 0dd55405e..b00bca4a9 100644 --- a/includes/Components/VectorComponentMenuListItem.php +++ b/includes/Components/VectorComponentMenuListItem.php @@ -20,6 +20,7 @@ class VectorComponentMenuListItem implements VectorComponent { public function __construct( VectorComponentIconLink $link, string $class = '', string $id = '' ) { $this->link = $link; $this->class = $class; + $this->id = $id; } /**