labellife-design-tool 2.3.0 → 2.3.1

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/cjs/index.js CHANGED
@@ -1699,7 +1699,7 @@ var Store = mobxStateTree.types.model('Store', {
1699
1699
  return f.id === el.id;
1700
1700
  });
1701
1701
  if (!alreadyPending) {
1702
- self._pendingInputFields.unshift(el);
1702
+ self._pendingInputFields = [el].concat(_toConsumableArray(self._pendingInputFields));
1703
1703
  }
1704
1704
  },
1705
1705
  clearPendingInputFields: function clearPendingInputFields() {