@bpmn-io/form-js-editor 0.9.6 → 0.9.7

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.
package/dist/index.es.js CHANGED
@@ -8534,7 +8534,8 @@ function StaticValuesSourceEntry(props) {
8534
8534
  });
8535
8535
  return {
8536
8536
  items,
8537
- add: addEntry
8537
+ add: addEntry,
8538
+ shouldSort: false
8538
8539
  };
8539
8540
  }
8540
8541