Skip to content

Commit

Permalink
[DataGrid] fix errors not showing up in the rows area (#3264)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Mar 1, 2024
1 parent 2721de7 commit 1da03b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/toolpad-components/src/DataGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,6 @@ const DataGridComponent = React.forwardRef(function DataGridComponent(
{...dataProviderProps}
sx={{
height: '100%',
visibility: errorProp ? 'hidden' : 'visible',
}}
/>
</SetActionResultContext.Provider>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,12 @@ spec:
height: 100
src:
$$jsExpression: veryLongIdentifierThatResultsInLongErrorMessage.nonExisting
- component: DataGrid
name: dataGrid2
layout:
height: 160
props:
rows:
$$jsExpression: nonExisting
alias:
- f703ps3

0 comments on commit 1da03b0

Please sign in to comment.