Skip to content

Commit

Permalink
chore(html): fix lint error in pivotgrid spec
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyaVes committed Jan 6, 2025
1 parent 25b2ddd commit 5eaebf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/html/src/pivotgrid/pivotgrid.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export type KendoPivotGridProps = {
emptyCell?: React.JSX.Element;
columnHeaders?: React.JSX.Element;
rowHeaders?: React.JSX.Element;
configurator?: JSX.Element;
configurator?: React.JSX.Element;
configuratorDisplay?: "none" | "closed" | "opened";
configuratorPosition?: "left" | "bottom" | "right" | "top";

Expand Down

0 comments on commit 5eaebf2

Please sign in to comment.