remove unused disabled$ variable

This commit is contained in:
Giuseppe Digilio
2020-06-16 17:46:24 +02:00
parent 5f0f665501
commit efc476ab31
2 changed files with 1 additions and 7 deletions

View File

@@ -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>}