Skip to content

Commit

Permalink
Fixes #179
Browse files Browse the repository at this point in the history
  • Loading branch information
Core121 committed Jan 2, 2024
1 parent eeea42f commit a4bc6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ngx-print.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class NgxPrintDirective extends PrintBase {
* @memberof NgxPrintDirective
*/
@Input() set printTitle(value: string) {
this.printOptions = { ...this.printOptions, printSectionId: value };
this.printOptions = { ...this.printOptions, printTitle: value };
}

/**
Expand Down

0 comments on commit a4bc6eb

Please sign in to comment.