Skip to content

Commit a26fbb9

Browse files
committed
fix: update initial PL iframe path default
1 parent 1918d04 commit a26fbb9

File tree

1 file changed

+1
-1
lines changed
  • packages/uikit-workshop/src/scripts/components/pl-viewport

1 file changed

+1
-1
lines changed

packages/uikit-workshop/src/scripts/components/pl-viewport/pl-viewport.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ class IFrame extends BaseComponent {
347347
if (window.patternData) {
348348
patternParam = window.patternData.patternPartial;
349349
} else {
350-
patternParam = 'components-overview';
350+
patternParam = 'all'; // @todo: this should also be able to be dynamically set via PL config file
351351
}
352352
}
353353

0 commit comments

Comments
 (0)