@builttocreate/engine-utils 2.9.1-beta.845 → 2.9.1-beta.845.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -318,7 +318,7 @@ var getDefaultMultiselectColumn = exports.getDefaultMultiselectColumn = function
318
318
  return _objectSpread({
319
319
  _id: (0, _generateObjectId["default"])(),
320
320
  type: _FieldTableColumnTypes["default"].multiselect,
321
- title: 'Dropdown Column',
321
+ title: 'Multiselect Column',
322
322
  deleted: false,
323
323
  width: 200,
324
324
  options: options,
@@ -1120,6 +1120,7 @@ var _default = exports["default"] = {
1120
1120
  getDefaultColumnOption: getDefaultColumnOption,
1121
1121
  getDefaultTextColumn: getDefaultTextColumn,
1122
1122
  getDefaultDropdownColumn: getDefaultDropdownColumn,
1123
+ getDefaultMultiselectColumn: getDefaultMultiselectColumn,
1123
1124
  getColumnOrder: getColumnOrder,
1124
1125
  getColumns: getColumns,
1125
1126
  sortColumns: sortColumns,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builttocreate/engine-utils",
3
- "version": "2.9.1-beta.845",
3
+ "version": "2.9.1-beta.845.0",
4
4
  "description": "Utility library for common logic shared across web and mobile",
5
5
  "main": "dist/index.js",
6
6
  "files": [