mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-17 10:09:24 +00:00
using correct module id value.
This commit is contained in:
parent
7f970d489f
commit
790fc88e47
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user