Skip to content

Commit

Permalink
fix(grid): remove unused column prop (#12395)
Browse files Browse the repository at this point in the history
closes #12338

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
alisonjoseph and kodiakhq[bot] authored Oct 31, 2022
1 parent a4317a9 commit 772ccd0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3529,9 +3529,6 @@ Map {
"className": Object {
"type": "string",
},
"columns": Object {
"type": "number",
},
"condensed": Object {
"type": "bool",
},
Expand Down
5 changes: 0 additions & 5 deletions packages/react/src/components/Grid/Grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 772ccd0

Please sign in to comment.