Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/designer/TableDesigner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { CellDesigner } from 'components/designer/Cell.jsx';
const supportedControlTypes = ['obsControl'];
const unsupportedProperties = ['addMore'];

const NO_OF_TABLE_COLUMNS = 2;
const NO_OF_TABLE_COLUMNS = 3;

export class TableDesigner extends Component {

Expand Down