forked from yaso_meth/mih-project
add core4ct error message
This commit is contained in:
@@ -117,7 +117,7 @@ class _MihBusinessDetailsState extends State<MihBusinessDetails> {
|
||||
showDialog(
|
||||
context: context,
|
||||
builder: (context) {
|
||||
return const MIHErrorMessage(errorType: "Error");
|
||||
return const MIHErrorMessage(errorType: "Internet Connection");
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user