Skip to content

Commit

Permalink
FIO-7429: Remove columns component settings(pull, offset, push) (#5384)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekotikov authored Oct 30, 2023
1 parent 8fdc035 commit cb68631
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/components/columns/editForm/Columns.edit.display.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,24 +84,6 @@ export default [
key: 'width',
defaultValue: 6,
label: 'Width'
},
{
type: 'number',
key: 'offset',
defaultValue: 0,
label: 'Offset'
},
{
type: 'number',
key: 'push',
defaultValue: 0,
label: 'Push'
},
{
type: 'number',
key: 'pull',
defaultValue: 0,
label: 'Pull'
}
]
},
Expand Down

0 comments on commit cb68631

Please sign in to comment.