From 12376d41f80484e766d970147a0958bd91b85713 Mon Sep 17 00:00:00 2001 From: Ashuthosh0 Date: Sat, 13 Jun 2026 16:21:25 +0530 Subject: [PATCH] Fix numeric sorting in distribution table --- src/main/resources/report/distribution.jelly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/report/distribution.jelly b/src/main/resources/report/distribution.jelly index 9896b307..4edcaefc 100644 --- a/src/main/resources/report/distribution.jelly +++ b/src/main/resources/report/distribution.jelly @@ -46,7 +46,7 @@ - ${row.label(i.key, i.value)} + ${row.label(i.key, i.value)}