Skip to content

Commit 8337538

Browse files
committedFeb 8, 2024
Fix missing props
1 parent 74bb935 commit 8337538

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎packages/core/src/internal/data-grid/data-grid.stories.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ export function SelectedCellnotest() {
146146
height={1000}
147147
cellXOffset={0}
148148
isFocused={true}
149+
resizeIndicator="full"
149150
drawHeader={undefined}
150151
drawCell={undefined}
151152
experimental={undefined}
@@ -239,6 +240,7 @@ export function SelectedRownotest() {
239240
cellXOffset={0}
240241
cellYOffset={0}
241242
isFocused={true}
243+
resizeIndicator="full"
242244
resizeColumn={undefined}
243245
drawHeader={undefined}
244246
drawCell={undefined}
@@ -326,6 +328,7 @@ export const SelectedColumnnotest = () => {
326328
cellXOffset={0}
327329
cellYOffset={0}
328330
isFocused={true}
331+
resizeIndicator="full"
329332
resizeColumn={undefined}
330333
drawHeader={undefined}
331334
experimental={undefined}

‎packages/core/src/internal/scrolling-data-grid/scrolling-data-grid.stories.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export function Simplenotest() {
8686
rows={10_000}
8787
enableGroups={false}
8888
clientSize={[1000, 1000, 0]}
89+
resizeIndicator="full"
8990
cellXOffset={x}
9091
cellYOffset={y}
9192
drawHeader={undefined}

0 commit comments

Comments
 (0)
Failed to load comments.