Skip to content

Commit

Permalink
chore: apply changes after linting [bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored and github-actions[bot] committed Dec 13, 2024
1 parent 7002b32 commit 32cd65e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ import {defer} from 'rxjs';
imports: [
AsyncPipe,
FormsModule,
TuiButton,
TuiDropdownMobile,
TuiInputPhoneInternational,
TuiSortCountriesPipe,
TuiTextfield,
TuiButton,
TuiDropdownMobile,
],
templateUrl: './index.html',
encapsulation,
Expand Down
2 changes: 1 addition & 1 deletion projects/demo/src/utils/disabled.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class TuiDisabledDirective {
private readonly control = inject(NgControl);

@Input()
set tuiDisabled(disabled: boolean) {
public set tuiDisabled(disabled: boolean) {
if (disabled) {
this.control.control?.disable();
} else {
Expand Down

0 comments on commit 32cd65e

Please sign in to comment.