|
|
@ -269,6 +269,7 @@ const EpisodeHistoryView: FunctionComponent<EpisodeHistoryViewProps> = ({
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<QueryOverlay result={history}>
|
|
|
|
<QueryOverlay result={history}>
|
|
|
|
<PageTable
|
|
|
|
<PageTable
|
|
|
|
|
|
|
|
autoScroll={false}
|
|
|
|
tableStyles={{ emptyText: "No history found", placeholder: 5 }}
|
|
|
|
tableStyles={{ emptyText: "No history found", placeholder: 5 }}
|
|
|
|
columns={columns}
|
|
|
|
columns={columns}
|
|
|
|
data={data ?? []}
|
|
|
|
data={data ?? []}
|
|
|
|