diff --git a/packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap b/packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap index 5634ca994276..0614b8e597fe 100644 --- a/packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap +++ b/packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap @@ -3529,9 +3529,6 @@ Map { "className": Object { "type": "string", }, - "columns": Object { - "type": "number", - }, "condensed": Object { "type": "bool", }, diff --git a/packages/react/src/components/Grid/Grid.js b/packages/react/src/components/Grid/Grid.js index 4e583bdc6bcb..28b7d8382cb7 100644 --- a/packages/react/src/components/Grid/Grid.js +++ b/packages/react/src/components/Grid/Grid.js @@ -35,11 +35,6 @@ Grid.propTypes = { */ className: PropTypes.string, - /** - * Specify how many columns wide the Grid should span - */ - columns: PropTypes.number, - /** * Collapse the gutter to 1px. Useful for fluid layouts. * Rows have 1px of margin between them to match gutter.