diff --git a/app/Views/phlebo/collect.php b/app/Views/phlebo/collect.php index 5ab341f..3f54654 100644 --- a/app/Views/phlebo/collect.php +++ b/app/Views/phlebo/collect.php @@ -295,9 +295,9 @@ $roleConfig = $config['phlebo']; const totalChanged = samplesToCollect.length + samplesToUncollect.length; this.showToast(`Updated ${totalChanged} sample(s)`, 'success'); - + setTimeout(() => { - this.fetchPatientData(); + this.resetForm(); }, 1000); } catch (error) { console.error('Error:', error);