mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
117544: rename directive to be clear it should currently only be used for buttons
This commit is contained in:
@@ -39,7 +39,7 @@ import {
|
||||
map,
|
||||
} from 'rxjs/operators';
|
||||
|
||||
import { DisabledDirective } from '../disabled-directive';
|
||||
import { BtnDisabledDirective } from '../btn-disabled.directive';
|
||||
import {
|
||||
hasValue,
|
||||
isNotEmpty,
|
||||
@@ -70,7 +70,7 @@ import { FormService } from './form.service';
|
||||
DynamicFormsCoreModule,
|
||||
NgIf,
|
||||
AsyncPipe,
|
||||
DisabledDirective,
|
||||
BtnDisabledDirective,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
|
Reference in New Issue
Block a user