Skip to content

Commit d3e87c6

Browse files
author
Jens Vannerum
committed
117544: fix remaining bug
1 parent eb5aada commit d3e87c6

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)