mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-17 18:14:22 +00:00
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…
x
Reference in New Issue
Block a user