Skip to content

Commit

Permalink
fix: update initial PL iframe path default
Browse files Browse the repository at this point in the history
  • Loading branch information
sghoweri committed Jul 25, 2019
1 parent 1918d04 commit a26fbb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ class IFrame extends BaseComponent {
if (window.patternData) {
patternParam = window.patternData.patternPartial;
} else {
patternParam = 'components-overview';
patternParam = 'all'; // @todo: this should also be able to be dynamically set via PL config file
}
}

Expand Down

0 comments on commit a26fbb9

Please sign in to comment.