Disabled autoscroll to top for underlying window after manual search. #2285

pull/2412/head
JayZed 3 months ago committed by GitHub
parent f71b8931e3
commit f95db43a2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -211,6 +211,7 @@ function ManualSearchView<T extends SupportType>(props: Props<T>) {
</Alert>
<Collapse in={haveResult && !results.isFetching}>
<PageTable
autoScroll={false}
tableStyles={{ emptyText: "No result", placeholder: 10 }}
columns={columns}
data={results.data ?? []}

Loading…
Cancel
Save