mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
erro fixed when dropdwon is closed
This commit is contained in:
@@ -188,7 +188,7 @@ export class SubmissionFormCollectionComponent implements OnChanges, OnInit {
|
|||||||
* Reset search form control on dropdown menu close
|
* Reset search form control on dropdown menu close
|
||||||
*/
|
*/
|
||||||
onClose() {
|
onClose() {
|
||||||
this.collectionDropdown.reset();
|
this.collectionDropdown?.reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -199,7 +199,7 @@ export class SubmissionFormCollectionComponent implements OnChanges, OnInit {
|
|||||||
*/
|
*/
|
||||||
toggled(isOpen: boolean) {
|
toggled(isOpen: boolean) {
|
||||||
if (!isOpen) {
|
if (!isOpen) {
|
||||||
this.collectionDropdown.reset();
|
this.collectionDropdown?.reset();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user