src/menu/components/share/actioncomponent/index.jsx
@@ -285,12 +285,17 @@ output: 'true', required: 'false', type: 'text', noValue: 'true', uuid: Utils.getuuid() } if (item.type === 'number') { cell.type = 'number' cell.decimal = item.decimal if (item.noValue === 'hide') { cell.noValue = 'false' } } columns.push(cell)