Skip to content

Commit

Permalink
CSCEXAM-1291 Remove error dialog when canceling a modal window
Browse files Browse the repository at this point in the history
  • Loading branch information
lupari committed Aug 13, 2024
1 parent 9e02d6a commit dc3dc1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/app/facility/facility.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ export class FacilityComponent implements OnInit {
error: (err) => this.toast.error(err),
});
},
error: (err) => this.toast.error(err),
});
};

Expand Down

0 comments on commit dc3dc1b

Please sign in to comment.