add toot titles to missing packages
This commit is contained in:
parent
d51d13a685
commit
4a293c0aa4
7 changed files with 17 additions and 6 deletions
|
|
@ -27,6 +27,7 @@ class _MihHomeErrorState extends State<MihHomeError> {
|
|||
return MihPackage(
|
||||
appActionButton: getErrorAction(),
|
||||
appTools: getErrorTools(),
|
||||
appToolTitles: ["Connection Error"],
|
||||
appBody: getErrorToolBody(widget.errorMessage),
|
||||
selectedbodyIndex: _selcetedIndex,
|
||||
onIndexChange: (newValue) {
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ class _MihRouteErrorState extends State<MihRouteError> {
|
|||
return MihPackage(
|
||||
appActionButton: getErrorAction(),
|
||||
appTools: getErrorTools(),
|
||||
appToolTitles: ["Invalid Path"],
|
||||
appBody: getErrorToolBody(),
|
||||
selectedbodyIndex: _selcetedIndex,
|
||||
onIndexChange: (newValue) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue