Skip to content

Commit

Permalink
117544: fix remaining bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Vannerum committed Sep 16, 2024
1 parent 0928dc1 commit 1209b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/btn-disabled.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
*/
export class BtnDisabledDirective {

@Input() set dsDisabled(value: boolean) {
@Input() set dsBtnDisabled(value: boolean) {
this.isDisabled = !!value;
}

Expand Down

0 comments on commit 1209b40

Please sign in to comment.