mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-23 22:27:17 -04:00
Fixed episode history modal auto scrolling to top
This commit is contained in:
parent
854c43c53a
commit
d75c198c6c
1 changed files with 1 additions and 0 deletions
|
@ -269,6 +269,7 @@ const EpisodeHistoryView: FunctionComponent<EpisodeHistoryViewProps> = ({
|
|||
return (
|
||||
<QueryOverlay result={history}>
|
||||
<PageTable
|
||||
autoScroll={false}
|
||||
tableStyles={{ emptyText: "No history found", placeholder: 5 }}
|
||||
columns={columns}
|
||||
data={data ?? []}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue