Skip to content

Commit

Permalink
remove textAlignment from component input
Browse files Browse the repository at this point in the history
  • Loading branch information
xelaint authored and damienwebdev committed Jul 30, 2024
1 parent b6a98bf commit 8adfc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/design/callout/src/callout/callout.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const _daffCalloutBase = daffColorMixin(daffCompactableMixin(DaffCalloutBase));
encapsulation: ViewEncapsulation.None,
//todo(damienwebdev): remove once decorators hit stage 3 - https://github.com/microsoft/TypeScript/issues/7342
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
inputs: ['color', 'compact', 'textAlignment'],
inputs: ['color', 'compact'],
hostDirectives: [
{ directive: DaffArticleEncapsulatedDirective },
{ directive: DaffManageContainerLayoutDirective },
Expand Down

0 comments on commit 8adfc16

Please sign in to comment.