Skip to content

Commit 1209b40

Browse files
author
Jens Vannerum
committed
117544: fix remaining bug
1 parent 0928dc1 commit 1209b40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/btn-disabled.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
*/
1919
export class BtnDisabledDirective {
2020

21-
@Input() set dsDisabled(value: boolean) {
21+
@Input() set dsBtnDisabled(value: boolean) {
2222
this.isDisabled = !!value;
2323
}
2424

0 commit comments

Comments
 (0)