Fix handson table rendering [SCI-9295]

This commit is contained in:
Martin Artnik 2023-09-14 10:52:08 +02:00
parent e0ed027211
commit c3aab9c3a9

View file

@ -278,6 +278,7 @@
setTimeout(this.updateTable, 100) // delay makes cancel button work
}
});
this.$nextTick(this.tableObject.render);
}
}
}