stv projektarbeit projektbetreuer use correct ref

This commit is contained in:
Harald Bamberger
2026-03-11 14:54:06 +01:00
parent 2b527bccd2
commit 6cd4aebe8d
@@ -135,7 +135,7 @@ export default {
await this.$p.loadCategory(['global', 'person', 'lehre', 'stv', 'projektarbeit', 'ui']);
const setHeader = (field, text) => {
const col = this.$refs.table.tabulator.getColumn(field);
const col = this.$refs.projektbetreuerTable.tabulator.getColumn(field);
if (!col) return;
const el = col.getElement();