File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
elements/pfe-content-set/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ class PfeContentSet extends PFElement {
6464
6565 _buildAccordion ( ) {
6666 const fragment = document . createDocumentFragment ( ) ;
67- const accordion = document . createElement ( PfeAccordion . tag ) ;
67+ const accordion = document . createElement ( "pfe-accordion" ) ;
6868
6969 [ ...this . children ] . forEach ( child => {
7070 if ( child . hasAttribute ( "pfe-content-set--header" ) ) {
@@ -91,7 +91,7 @@ class PfeContentSet extends PFElement {
9191
9292 _buildTabs ( ) {
9393 const fragment = document . createDocumentFragment ( ) ;
94- const tabs = document . createElement ( PfeTabs . tag ) ;
94+ const tabs = document . createElement ( "pfe-tabs" ) ;
9595
9696 [ ...this . children ] . forEach ( child => {
9797 if ( child . hasAttribute ( "pfe-content-set--header" ) ) {
You can’t perform that action at this time.
0 commit comments