mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
fix(remission-quantity-reason): correct dropdown placeholder and remove hardcoded option Change dropdown placeholder from "Rückgabegrund" to "Remigrund" for consistency with application terminology. Remove hardcoded test option from reason dropdown that was polluting the dropdown list. Extract initial item object to class property for better maintainability and reusability. Ref: #5293, #5299