feat: reset form after save on collection page
This commit is contained in:
parent
527e047e68
commit
38e27f1172
@ -297,7 +297,7 @@ $roleConfig = $config['phlebo'];
|
||||
this.showToast(`Updated ${totalChanged} sample(s)`, 'success');
|
||||
|
||||
setTimeout(() => {
|
||||
this.fetchPatientData();
|
||||
this.resetForm();
|
||||
}, 1000);
|
||||
} catch (error) {
|
||||
console.error('Error:', error);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user