Skip to content

Commit

Permalink
Do not start replacing values in FixOutliersModal if no new value is …
Browse files Browse the repository at this point in the history
…selected
  • Loading branch information
tkleinke committed May 24, 2024
1 parent 5b275d3 commit ee94b9b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ export class FixOutliersModalComponent {

public async performReplacement() {

if (!this.selectedValue) return;

const fixingDataInProgressModal: NgbModalRef = this.openFixingDataInProgressModal();

await AngularUtility.refresh();
Expand Down

0 comments on commit ee94b9b

Please sign in to comment.