From 33975d32b78ab25d712d36f22c1dfb82e6517da3 Mon Sep 17 00:00:00 2001 From: FernandaCasali Date: Fri, 19 Apr 2024 11:41:26 -0300 Subject: [PATCH] fix: heuristic index in table Signed-off-by: FernandaCasali --- src/components/molecules/HeuristicsTable.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/molecules/HeuristicsTable.vue b/src/components/molecules/HeuristicsTable.vue index 387d94164..3d5fc5e0f 100644 --- a/src/components/molecules/HeuristicsTable.vue +++ b/src/components/molecules/HeuristicsTable.vue @@ -224,7 +224,8 @@ padding-bottom: 4px !important; " > - {{ item.id }} - {{ item.title }} + {{ item.id + 1 }} + - {{ item.title }}