mirror of https://github.com/morpheus65535/bazarr
Fixed episode history modal auto scrolling to top
This commit is contained in:
parent
854c43c53a
commit
d75c198c6c
|
@ -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…
Reference in New Issue