Fix handson table rendering [SCI-9295]

This commit is contained in:
Martin Artnik 2023-09-14 10:52:08 +02:00
parent 94db5c1155
commit fa53a0a049

View file

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