From 4ca6714bba6076d98255f3a2751323b018cc9c18 Mon Sep 17 00:00:00 2001 From: Bibash Shrestha Date: Thu, 15 Feb 2024 16:21:56 +0545 Subject: [PATCH] Modification of Wallet Profiles list #2391 --- lib/app/shared/enum/type/profile/profile_type.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/app/shared/enum/type/profile/profile_type.dart b/lib/app/shared/enum/type/profile/profile_type.dart index 90104e4c3..cff571896 100644 --- a/lib/app/shared/enum/type/profile/profile_type.dart +++ b/lib/app/shared/enum/type/profile/profile_type.dart @@ -1,12 +1,12 @@ import 'package:altme/l10n/l10n.dart'; enum ProfileType { - custom, + defaultOne, ebsiV3, dutch, enterprise, owfBaselineProfile, - defaultOne + custom, } extension ProfileTypeX on ProfileType {