sag_components 1.0.613 → 1.0.614

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.
@@ -219,7 +219,7 @@ const FilterPanel = props => {
219
219
  className: "Dropdown",
220
220
  name: ''.concat(item.name, '_Default'),
221
221
  reset: Reset,
222
- showPopupIcon: false,
222
+ showPopupIcon: true,
223
223
  allowedInput: "all",
224
224
  dropdownListfontSize: "14px",
225
225
  labelColor: borderColor,
@@ -288,7 +288,7 @@ const FilterPanel = props => {
288
288
  className: "DropdownMulti",
289
289
  name: item.name,
290
290
  reset: Reset,
291
- showPopupIcon: true,
291
+ showPopupIcon: false,
292
292
  allowedInput: "all",
293
293
  dropdownListfontSize: "14px",
294
294
  labelColor: borderColor,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.613",
3
+ "version": "1.0.614",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {