Adjust dashboard search
This commit is contained in:
parent
1b4a228121
commit
dbbfc555a7
|
|
@ -395,8 +395,9 @@ class _DrawerTileState extends State<DrawerTile> {
|
|||
if (isMobile(context)) {
|
||||
navigator.pop();
|
||||
}
|
||||
store.dispatch(
|
||||
ViewDashboard(navigator: Navigator.of(context), filter: ''));
|
||||
store.dispatch(ViewDashboard(
|
||||
navigator: Navigator.of(context),
|
||||
filter: uiState.filter == '' ? null : ''));
|
||||
},
|
||||
);
|
||||
} else if (userCompany.canCreate(widget.entityType)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue