Skip to content

Commit d82fc5f

Browse files
authored
Merge pull request #450 from medizininformatik-initiative/442-allow-unsettingdeleting-of-filter
update preselectedConcept variable after removing the deactivated con…
2 parents ccebebd + 9d54196 commit d82fc5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/modules/shared-filter/components/shared-concept-filter copy/copy_shared-concept-filter.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export class CopySharedConceptFilterComponent implements OnInit, OnDestroy {
6262
this.updateAndEmitConceptFilter(currentArray);
6363
} else {
6464
const newConcepts = this.removeConcept(concept);
65+
this.preSelectedConcepts = newConcepts;
6566
this.updateAndEmitConceptFilter(newConcepts);
6667
}
6768
}

0 commit comments

Comments
 (0)