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