mirror of
https://codeberg.org/MarkusThielker/next-ory.git
synced 2025-07-05 06:09:18 +00:00
NORY-45: fix search input value lost on reload
This commit is contained in:
parent
19e68b8929
commit
5e01a7f50f
2 changed files with 7 additions and 2 deletions
|
@ -29,7 +29,10 @@ export default async function UserPage(
|
|||
</p>
|
||||
</div>
|
||||
<div className="space-y-2">
|
||||
<SearchInput queryParamKey="query" placeholder="Search for identifiers (Email, Username...)"/>
|
||||
<SearchInput
|
||||
value={query}
|
||||
queryParamKey="query"
|
||||
placeholder="Search for identifiers (Email, Username...)"/>
|
||||
<IdentityDataTable
|
||||
data={initialData}
|
||||
page={page}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue