Table of contents subsection toggle buttons missing label

- Reassign the edit sections array to tocData array

Bug: T328682
Change-Id: I5c0829f5361f0246fe9bc76688901b1cfb8d1486
This commit is contained in:
Moh'd Khier Abualruz 2023-02-15 17:47:17 +01:00
parent 712d3028bc
commit fbfd887e80

View file

@ -76,6 +76,7 @@ class VectorComponentTableOfContents implements VectorComponent {
$this->localizer->msg( 'vector-toc-toggle-button-label', $section['line'] )->text();
}
}
$this->tocData[ 'array-sections' ] = $sections;
$pinnableElement = new VectorComponentPinnableElement( self::ID );