diff --git a/packages/uikit-workshop/.patternlabrc.example.js b/packages/uikit-workshop/.patternlabrc.example.js index a6451d6fe..59c575d2c 100644 --- a/packages/uikit-workshop/.patternlabrc.example.js +++ b/packages/uikit-workshop/.patternlabrc.example.js @@ -2,5 +2,5 @@ module.exports = { // buildDir: __dirname + '/www/pattern-lab', - noViewAll: true, // uncomment to disable displaying viewAll links in Pattern Lab + // noViewAll: true, // uncomment to disable displaying viewAll links in Pattern Lab };