mirror of https://github.com/buster-so/buster.git
Update streaming controller to subscribe
This commit is contained in:
parent
47e94527bb
commit
cb4438a6c8
|
@ -48,7 +48,7 @@ export const ReportPageController: React.FC<{
|
||||||
|
|
||||||
const commonClassName = 'sm:px-[max(64px,calc(50%-350px))]';
|
const commonClassName = 'sm:px-[max(64px,calc(50%-350px))]';
|
||||||
|
|
||||||
useTrackAndUpdateReportChanges({ reportId, subscribe: false });
|
useTrackAndUpdateReportChanges({ reportId, subscribe: isStreamingMessage });
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={cn('h-full space-y-1.5 overflow-y-auto pt-9', className)}>
|
<div className={cn('h-full space-y-1.5 overflow-y-auto pt-9', className)}>
|
||||||
|
|
Loading…
Reference in New Issue