diff --git a/src/enum/profileType.enum.ts b/src/enum/profileType.enum.ts index 4b363481dd5c031231758f54193925aa7ae485d0..cda8a6325f5ba5fbc7940b99c9c2efd016407e6f 100644 --- a/src/enum/profileType.enum.ts +++ b/src/enum/profileType.enum.ts @@ -26,8 +26,8 @@ export enum ConstructionYear { } export enum IndividualOrCollective { - COLLECTIVE = 'collective', INDIVIDUAL = 'individual', + COLLECTIVE = 'collective', } export enum IndividualInsulationWork { diff --git a/src/services/profileType.service.ts b/src/services/profileType.service.ts index 52bffbcf482f160caa68cf89b0f875949490e388..37b42d07bd61bd400f8e6fea7e803a8e2cde4a16 100644 --- a/src/services/profileType.service.ts +++ b/src/services/profileType.service.ts @@ -639,7 +639,7 @@ export default class ProfileTypeService { return { type: ProfileTypeFormType.SINGLE_CHOICE, attribute: 'coldWater', - choices: Object.values(IndividualOrCollective), + choices: Object.values(IndividualOrCollective).reverse(), } case ProfileTypeStepForm.HOT_WATER: return {