Only call reloadTable if a table was loaded

This commit is contained in:
chfhtw
2026-07-15 11:04:21 +02:00
parent e01b816ee8
commit a94fbeba14
@@ -296,7 +296,8 @@ export default {
if (this.shouldAutoLoad)
{
this.$refs.table.reloadTable();
if (this.$refs.table.tabulator)
this.$refs.table.reloadTable();
}
},
rowSelectionChanged(data) {