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