mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
117544: fix remaining bug
This commit is contained in:
@@ -12,7 +12,7 @@ import { Directive, Input, HostBinding, HostListener } from '@angular/core';
|
|||||||
*/
|
*/
|
||||||
export class BtnDisabledDirective {
|
export class BtnDisabledDirective {
|
||||||
|
|
||||||
@Input() set dsDisabled(value: boolean) {
|
@Input() set dsBtnDisabled(value: boolean) {
|
||||||
this.isDisabled = !!value;
|
this.isDisabled = !!value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user