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.
@@ -1623,7 +1623,7 @@ var Store = types.model('Store', {
1623
1623
  return f.id === el.id;
1624
1624
  });
1625
1625
  if (!alreadyPending) {
1626
- self._pendingInputFields.unshift(el);
1626
+ self._pendingInputFields = [el].concat(_toConsumableArray(self._pendingInputFields));
1627
1627
  }
1628
1628
  },
1629
1629
  clearPendingInputFields: function clearPendingInputFields() {