diff --git a/client/src/js/modules/types/mx/shipment/views/container-mixin.js b/client/src/js/modules/types/mx/shipment/views/container-mixin.js index df67d5d4e..6dda7d40f 100644 --- a/client/src/js/modules/types/mx/shipment/views/container-mixin.js +++ b/client/src/js/modules/types/mx/shipment/views/container-mixin.js @@ -321,11 +321,10 @@ export default { try { this.$store.commit('loading', true) const result = await this.$refs.containerForm.validate() - if (result) { - await this.saveSample(location) const samplesRef = this.$refs.samples samplesRef.$refs[`sample-row-${location}`][0].closeSampleEditing() + await this.saveSample(location) this.$refs.containerForm.reset() } else {