Skip to content

Commit

Permalink
Merge pull request #17083 from primefaces/issue-17004
Browse files Browse the repository at this point in the history
Fixed #17004 | v18 documentation: StackBliltz option missing from demos
  • Loading branch information
mehmetcetin01140 authored Dec 17, 2024
2 parents dd92f22 + 4c1fdbe commit 7d13d2d
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 100 deletions.
2 changes: 1 addition & 1 deletion apps/showcase/components/doc/app.code.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export class AppCodeComponent {

@Input({ transform: booleanAttribute }) hideCodeSandbox: boolean = true;

@Input({ transform: booleanAttribute }) hideStackBlitz: boolean = true;
@Input({ transform: booleanAttribute }) hideStackBlitz: boolean = false;

@Input({ transform: booleanAttribute }) importCode: boolean = false;

Expand Down
Loading

0 comments on commit 7d13d2d

Please sign in to comment.