Skip to content

Commit 6c9a90a

Browse files
authored
fix(FR-1406):fix to enalbe pagination for ConnectedKernelList compnent (#4186)
1 parent 29e5c64 commit 6c9a90a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

react/src/components/ComputeSessionNodeItems/ConnectedKernelList.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ const ConnectedKernelList: React.FC<ConnectedKernelListProps> = ({
184184
dataSource={filterOutNullAndUndefined(kernelNodes)}
185185
style={{ width: '100%' }}
186186
// TODO: implement pagination when compute_session_node query supports pagination
187-
pagination={false}
188187
/>
189188

190189
<BAIUnmountAfterClose>

0 commit comments

Comments
 (0)