TF-4354 Activate Label by default for all users
This commit is contained in:
@@ -78,7 +78,7 @@ class ManageAccountDashBoardController extends ReloadableController
|
||||
final vacationResponse = Rxn<VacationResponse>();
|
||||
final dashboardSettingAction = Rxn<UIAction>();
|
||||
final octetsQuota = Rxn<Quota>();
|
||||
final isLabelVisibilityEnabled = RxBool(PlatformInfo.isIntegrationTesting);
|
||||
final isLabelVisibilityEnabled = RxBool(true);
|
||||
|
||||
Uri? previousUri;
|
||||
AccountMenuItem? selectedMenu;
|
||||
|
||||
Reference in New Issue
Block a user