labellife-design-tool 2.3.0 → 2.3.3

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