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:
@@ -18,7 +18,7 @@ import {
|
||||
*/
|
||||
export class BtnDisabledDirective {
|
||||
|
||||
@Input() set dsDisabled(value: boolean) {
|
||||
@Input() set dsBtnDisabled(value: boolean) {
|
||||
this.isDisabled = !!value;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user