Skip to content

Commit

Permalink
chore: rm title deprecated mark (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ authored Aug 11, 2023
1 parent 5fb8f12 commit c3d6980
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ export interface LegacyExpandableProps<RecordType> {
expandedRowClassName?: RowClassName<RecordType>;
/** @deprecated Use `expandable.childrenColumnName` instead */
childrenColumnName?: string;
/** @deprecated Use `caption` instead */
title?: PanelRender<RecordType>;
}

Expand Down

1 comment on commit c3d6980

@vercel
Copy link

@vercel vercel bot commented on c3d6980 Aug 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

table – ./

table-react-component.vercel.app
table-git-master-react-component.vercel.app

Please sign in to comment.