mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
fix(remission-error): simplify error handling in remission components Refactor error handling to use consistent error message extraction pattern. Remove dependency on ResponseArgsError type and streamline error processing in both RemissionListComponent and RemissionReturnReceiptDetailsItemComponent. Extract error handling logic into separate methods for better maintainability. Ref: #5331