merge-requests/101/head
haroon amjad 3 years ago
parent 0502d79fc1
commit 43fb34c218

@ -121,8 +121,8 @@ class Utils {
), ),
); );
} else { } else {
// showToast(errorMessage); showToast(errorMessage);
confirmDialog(cxt, errorMessage); // confirmDialog(cxt, errorMessage);
} }
} }
} }

@ -48,7 +48,7 @@ class MemberInformationListModel {
String? nATIONALITYCODE; String? nATIONALITYCODE;
String? nATIONALITYMEANING; String? nATIONALITYMEANING;
String? nATIONALIDENTIFIER; String? nATIONALIDENTIFIER;
String? nORMALHOURS; dynamic? nORMALHOURS;
int? nOOFROWS; int? nOOFROWS;
int? oRGANIZATIONID; int? oRGANIZATIONID;
String? oRGANIZATIONNAME; String? oRGANIZATIONNAME;

@ -160,7 +160,7 @@ class _ContactDetailsState extends State<ContactDetails> {
right: 1, right: 1,
child: const Icon(Icons.add_location_alt_outlined, size: 20).onPress(continueDynamicForms), child: const Icon(Icons.add_location_alt_outlined, size: 20).onPress(continueDynamicForms),
), ),
Utils.getNoDataWidget(context).expanded, Utils.getNoDataWidget(context),
], ],
).objectContainerView() ).objectContainerView()
], ],

Loading…
Cancel
Save