Skip to content

Commit

Permalink
Fix accidental story regression
Browse files Browse the repository at this point in the history
  • Loading branch information
jassmith committed Dec 28, 2023
1 parent 0025ed9 commit 1c1a2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/docs/examples/freeze-columns.stories.tsx
Expand Up @@ -36,7 +36,7 @@ export const FreezeColumns: React.VFC<any> = (p: { freezeColumns: number }) => {
return (
<DataEditor
{...defaultProps}
// rowMarkers="both"
rowMarkers="both"
freezeColumns={p.freezeColumns}
getCellContent={getCellContent}
columns={cols}
Expand Down

0 comments on commit 1c1a2f5

Please sign in to comment.