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