Skip to content

Commit 1e71815

Browse files
committed
fix(involvement): total header
1 parent 5d27906 commit 1e71815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kompassi/involvement/reports/shirt_sizes_by_shirt_type_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def get_shirt_sizes_by_shirt_type_report(event: Event, lang: str = DEFAULT_LANGU
6363
Column(
6464
slug="size",
6565
title=shirt_size_dimension.title_dict,
66-
type=TypeOfColumn.INT,
66+
type=TypeOfColumn.STRING,
6767
),
6868
*[
6969
Column(

0 commit comments

Comments
 (0)