Skip to content

Commit

Permalink
fix(data-list): make titleWidth optional
Browse files Browse the repository at this point in the history
  • Loading branch information
apust committed Dec 30, 2020
1 parent 7b6617d commit 4c00f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/core/src/datalist/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ export interface DataListProps extends CommonAttributes {
* Title width in pixels.
* @default 172
*/
titleWidth: number;
titleWidth?: number;
}

0 comments on commit 4c00f70

Please sign in to comment.