From cb68631511720035b63f9446286f3741fcb6f2fe Mon Sep 17 00:00:00 2001 From: Mike Kotikov <54106407+mikekotikov@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:57:06 +0100 Subject: [PATCH] FIO-7429: Remove columns component settings(pull, offset, push) (#5384) --- .../columns/editForm/Columns.edit.display.js | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/components/columns/editForm/Columns.edit.display.js b/src/components/columns/editForm/Columns.edit.display.js index a19b1151c1..b4424b1c05 100644 --- a/src/components/columns/editForm/Columns.edit.display.js +++ b/src/components/columns/editForm/Columns.edit.display.js @@ -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' } ] },