Merge branch 'main' into dev

This commit is contained in:
Colin Maudry
2026-01-22 18:51:17 +01:00
4 changed files with 10 additions and 3 deletions
+1
View File
@@ -365,6 +365,7 @@ def setup_table_columns(
if column_id.endswith("_right") or column_id.endswith("_left"):
continue
column_name = column_id
column_object = {"title": column_name, "description": ""}
column = {
"name": column_name,