sag_components 1.0.775 → 1.0.776

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.
@@ -312,6 +312,7 @@ const FilterPanel = props => {
312
312
  return content;
313
313
  };
314
314
  const displayField = item => {
315
+ console.log('item', item);
315
316
  let content;
316
317
  switch (item.inputType) {
317
318
  case 'dropdown':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.775",
3
+ "version": "1.0.776",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {