Skip to content

Commit 3bcda92

Browse files
committed
feat(styleguide): removed unused/empty tabs
1 parent e2b398a commit 3bcda92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/app/features/styleguide/styleguide.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class StyleGuideCtrl {
1010
buttonSizes = ['btn-small', '', 'btn-large'];
1111
buttonVariants = ['-', '-outline-'];
1212
page: any;
13-
pages = ['colors', 'buttons', 'forms', 'dashboard', 'query-editors'];
13+
pages = ['colors', 'buttons'];
1414

1515
/** @ngInject **/
1616
constructor(private $http, $routeParams) {

0 commit comments

Comments
 (0)