From 0a3997e9a07ab56c72a4e658b91ea7d4376ca9da Mon Sep 17 00:00:00 2001 From: yaso Date: Mon, 21 Oct 2024 11:33:59 +0200 Subject: [PATCH] remove testing of dropdown fields --- .../manage_business/business_details.dart | 66 +++++++++---------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/Frontend/patient_manager/lib/mih_packages/manage_business/business_details.dart b/Frontend/patient_manager/lib/mih_packages/manage_business/business_details.dart index 9f6ba831..9b67e1fc 100644 --- a/Frontend/patient_manager/lib/mih_packages/manage_business/business_details.dart +++ b/Frontend/patient_manager/lib/mih_packages/manage_business/business_details.dart @@ -475,39 +475,39 @@ class _BusinessDetailsState extends State { required: true, editable: false, ), - const SizedBox(height: 15.0), - const Text( - "My Test Data", - style: TextStyle( - fontWeight: FontWeight.bold, - fontSize: 25, - ), - ), - Divider( - color: - MzanziInnovationHub.of(context)?.theme.secondaryColor(), - ), - const SizedBox(height: 10.0), - MIHTextField( - controller: typeController, - hintText: widget.arguments.business!.type, - editable: false, - required: true, - ), - const SizedBox(height: 15.0), - MIHTextField( - controller: titleController, - hintText: widget.arguments.businessUser!.title, - editable: false, - required: true, - ), - const SizedBox(height: 15.0), - MIHTextField( - controller: accessController, - hintText: widget.arguments.businessUser!.access, - editable: false, - required: true, - ), + // const SizedBox(height: 15.0), + // const Text( + // "My Test Data", + // style: TextStyle( + // fontWeight: FontWeight.bold, + // fontSize: 25, + // ), + // ), + // Divider( + // color: + // MzanziInnovationHub.of(context)?.theme.secondaryColor(), + // ), + // const SizedBox(height: 10.0), + // MIHTextField( + // controller: typeController, + // hintText: widget.arguments.business!.type, + // editable: false, + // required: true, + // ), + // const SizedBox(height: 15.0), + // MIHTextField( + // controller: titleController, + // hintText: widget.arguments.businessUser!.title, + // editable: false, + // required: true, + // ), + // const SizedBox(height: 15.0), + // MIHTextField( + // controller: accessController, + // hintText: widget.arguments.businessUser!.access, + // editable: false, + // required: true, + // ), //const SizedBox(height: 15.0), const SizedBox(height: 30.0), SizedBox(