@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.cjs CHANGED
@@ -8544,7 +8544,8 @@ function StaticValuesSourceEntry(props) {
8544
8544
  });
8545
8545
  return {
8546
8546
  items,
8547
- add: addEntry
8547
+ add: addEntry,
8548
+ shouldSort: false
8548
8549
  };
8549
8550
  }
8550
8551