mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 13:03:04 +00:00
remove unused disabled$ variable
This commit is contained in:
@@ -63,12 +63,6 @@ export class SubmissionFormCollectionComponent implements OnChanges, OnInit {
|
||||
*/
|
||||
@Output() collectionChange: EventEmitter<SubmissionObject> = new EventEmitter<SubmissionObject>();
|
||||
|
||||
/**
|
||||
* A boolean representing if this dropdown button is disabled
|
||||
* @type {BehaviorSubject<boolean>}
|
||||
*/
|
||||
public disabled$ = new BehaviorSubject<boolean>(true);
|
||||
|
||||
/**
|
||||
* A boolean representing if a collection change operation is processing
|
||||
* @type {BehaviorSubject<boolean>}
|
||||
|
Reference in New Issue
Block a user