mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 12:17:24 +00:00
Add storage keys for ResourcesView in search, tagged, and user pages
This commit is contained in:
@@ -28,6 +28,7 @@ export default function SearchPage() {
|
||||
{t("Search")}: {keyword}
|
||||
</h1>
|
||||
<ResourcesView
|
||||
storageKey={`search-${keyword}`}
|
||||
loader={(page) => network.searchResources(keyword, page)}
|
||||
></ResourcesView>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user