using correct module id value.
This commit is contained in:
@ -127,7 +127,7 @@
|
|||||||
PageSize = int.MaxValue
|
PageSize = int.MaxValue
|
||||||
};
|
};
|
||||||
|
|
||||||
_searchResults = await SearchResultsService.SearchAsync(PageState.ModuleId, searchQuery);
|
_searchResults = await SearchResultsService.SearchAsync(ModuleState.ModuleId, searchQuery);
|
||||||
|
|
||||||
_loading = false;
|
_loading = false;
|
||||||
StateHasChanged();
|
StateHasChanged();
|
||||||
|
Reference in New Issue
Block a user