live-preview: Do not show "<MAIN>" in table edit window

This commit is contained in:
Tobias Hunger 2025-04-15 14:51:37 +00:00 committed by Tobias Hunger
parent e2fdf735b8
commit 3cdf786dba

View file

@ -49,7 +49,7 @@ export component EditWindow inherits PopupWindow {
PropertyValueWidget {
property-value: root.current-table.values[root.current-cell-data.row][root.current-cell-data.col];
property-name: root.current-cell-data.property-group-id;
property-name: root.current-table.headers[root.current-cell-data.col];
enabled: true;
changed property-value => {