Skip to content

Commit

Permalink
Work
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle committed Feb 2, 2022
1 parent fdcd5a1 commit 066aed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ ViewListItem.propTypes = {
label: PropTypes.string.isRequired,
value: PropTypes.shape({
columns: PropTypes.shape({
columns: PropTypes.arrayOf(PropTypes.object),
columnVisibilityModel: PropTypes.object,
}),
filter: PropTypes.shape({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('<DataGridPro /> - Columns', () => {
</div>
);

describe.only('prop: initialState.columns.columns', () => {
describe('prop: initialState.columns.columns', () => {
it('should allow to initialize the columns order and dimensions', () => {
render(
<TestDataGrid
Expand Down

0 comments on commit 066aed0

Please sign in to comment.