add back startUp search in MD
This commit is contained in:
parent
77d5c8bc69
commit
34e4a1cfdf
7 changed files with 17 additions and 2 deletions
|
|
@ -40,6 +40,7 @@ class _MihAddBookmarkAlertState extends State<MihAddBookmarkAlert> {
|
|||
arguments: MzansiDirectoryArguments(
|
||||
personalSearch: false, // personalSearch
|
||||
packageIndex: 1,
|
||||
startSearchText: widget.business.Name,
|
||||
),
|
||||
);
|
||||
MihAlertServices().successAlert(
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@ class _MihDeleteBookmarkAlertState extends State<MihDeleteBookmarkAlert> {
|
|||
arguments: MzansiDirectoryArguments(
|
||||
personalSearch: false, // personalSearch
|
||||
packageIndex: 1,
|
||||
startSearchText: widget.business.Name,
|
||||
),
|
||||
);
|
||||
MihAlertServices().successAlert(
|
||||
|
|
|
|||
|
|
@ -100,6 +100,7 @@ class _MihReviewBusinessWindowState extends State<MihReviewBusinessWindow> {
|
|||
'/mzansi-directory',
|
||||
arguments: MzansiDirectoryArguments(
|
||||
personalSearch: false, // personalSearch
|
||||
startSearchText: widget.business.Name,
|
||||
),
|
||||
);
|
||||
MihAlertServices().successAlert(
|
||||
|
|
@ -189,6 +190,7 @@ class _MihReviewBusinessWindowState extends State<MihReviewBusinessWindow> {
|
|||
'/mzansi-directory',
|
||||
arguments: MzansiDirectoryArguments(
|
||||
personalSearch: false, // personalSearch
|
||||
startSearchText: widget.business.Name,
|
||||
),
|
||||
);
|
||||
MihAlertServices().successAlert(
|
||||
|
|
@ -224,6 +226,7 @@ class _MihReviewBusinessWindowState extends State<MihReviewBusinessWindow> {
|
|||
'/mzansi-directory',
|
||||
arguments: MzansiDirectoryArguments(
|
||||
personalSearch: false, // personalSearch
|
||||
startSearchText: widget.business.Name,
|
||||
),
|
||||
);
|
||||
MihAlertServices().successAlert(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue