Skip to content

Commit

Permalink
release v2.0.0-beta.3 - fix edit modal textfield labels not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Oct 16, 2023
1 parent 8b13064 commit cff9eb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/material-react-table/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"license": "MIT",
"name": "material-react-table",
"description": "A fully featured Material UI V5 implementation of TanStack React Table V8, written from the ground up in TypeScript.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const MRT_EditCellTextField = <TData extends MRT_RowData>({
}
}}
label={
!['custom', 'modal'].includes(
['custom', 'modal'].includes(
(isCreating ? createDisplayMode : editDisplayMode) as string,
)
? columnDef.header
Expand Down

0 comments on commit cff9eb3

Please sign in to comment.