@evoke-platform/ui-components 1.0.1-dev.7 → 1.0.1-testing.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.
@@ -174,9 +174,6 @@ const customSelector = (props) => {
174
174
  else if (inputType === 'string') {
175
175
  opts = options.filter((option) => !['>', '<', '<=', '>='].includes(option.name));
176
176
  }
177
- else if (inputType === 'image') {
178
- opts = options.filter((option) => ['=', '!=', 'null', 'notNull'].includes(option.name));
179
- }
180
177
  break;
181
178
  case 'Fields':
182
179
  placeholder = 'Select Property';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/ui-components",
3
- "version": "1.0.1-dev.7",
3
+ "version": "1.0.1-testing.0",
4
4
  "description": "",
5
5
  "main": "dist/published/index.js",
6
6
  "module": "dist/published/index.js",