Prevent double edit activities when creating a table/well plate [SCI-9992]

This commit is contained in:
sboursen-scinote 2024-01-11 15:56:19 +01:00
parent a38c2457a9
commit 085918ca92

View file

@ -145,7 +145,8 @@ export default {
if (this.isNew) { if (this.isNew) {
// needs to first update to save metadata at table creation // needs to first update to save metadata at table creation
this.update(() => { this.enableTableEdit(); }); // updating is triggered by the afterChange hook
this.enableTableEdit();
} }
}, },
methods: { methods: {