Merge pull request #6218 from artoscinote/ma_SCI_9295

Fix handson table rendering [SCI-9295]
This commit is contained in:
Martin Artnik 2023-09-14 12:26:05 +02:00 committed by GitHub
commit fd6ae82874
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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