Fixed episode history modal auto scrolling to top

This commit is contained in:
Anderson Shindy Oki 2024-06-10 10:17:45 +09:00 committed by GitHub
parent 854c43c53a
commit d75c198c6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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 ?? []}