add carton from mix_box & from cargos
This commit is contained in:
@@ -172,7 +172,7 @@ class _InvitationCreateState extends State<InvitationCreate> {
|
||||
}
|
||||
|
||||
isDataChanged() {
|
||||
String userName = _nameController.text;
|
||||
String userName = _nameController.text;
|
||||
String phoneNumber = _phoneController.text;
|
||||
return userName != "" || phoneNumber != "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user