You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
app-header.component.ts already injects ConfirmationService but uses the native browser alert() 4 times for language-related errors.
This breaks UI consistency. Every other component uses the Angular Material dialog-based confirmation service.
app-header.component.tsalready injects ConfirmationService but uses the native browser alert() 4 times for language-related errors.This breaks UI consistency. Every other component uses the Angular Material dialog-based confirmation service.