Fixed episode history modal auto scrolling to top

pull/2524/head
Anderson Shindy Oki 6 months ago committed by GitHub
parent 854c43c53a
commit d75c198c6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save