Skip to content

Commit

Permalink
lint issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arohilaGL committed Oct 25, 2023
1 parent 932bff9 commit 86a5c03
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,7 @@ export class LibraryDialogComponent implements OnInit, OnDestroy {
this.form.controls['id'].setErrors({
message: 'LIBRARY.ERRORS.CONFLICT'
});
}
else {
} else {
this.notificationService.showError(errorMessage);
}
} catch {
Expand Down

0 comments on commit 86a5c03

Please sign in to comment.