Files
EnvelopeGenerator/EnvelopeGenerator.ReceiverUI/Pages/EnvelopeSenderPage.razor
TekH 746635979b Ensure _allEnvelopes is never null after assignment
Modified the assignment of `_allEnvelopes` to use the result of
`EnvelopeService.GetAsync()` or an empty list (`[]`) if the
result is null. This change prevents potential null reference
issues when `_allEnvelopes` is used later in the code.
2026-06-17 15:10:31 +02:00

28 KiB