Skip to content

Commit

Permalink
Revert typo & fix #15306
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Apr 26, 2024
1 parent 421c2fb commit 0eb4e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/table/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ export class Table implements OnInit, AfterViewInit, AfterContentInit, Blockable
* The breakpoint to define the maximum width boundary when using stack responsive layout.
* @group Props
*/
@Input() breakpoint: string = '640px';
@Input() breakpoint: string = '960px';
/**
* Locale to be used in paginator formatting.
* @group Props
Expand Down Expand Up @@ -5207,7 +5207,7 @@ export class ColumnFilter implements AfterContentInit {
* Enables currency input.
* @group Props
*/
@Input({transform: booleanAttribute}) currency: boolean | undefined;
@Input({ transform: booleanAttribute }) currency: boolean | undefined;
/**
* Defines the display of the currency input.
* @group Props
Expand Down

0 comments on commit 0eb4e90

Please sign in to comment.