Skip to content

Commit 1710743

Browse files
committed
fix: add topic and criterium number to criterium radio status legend
1 parent 2389c43 commit 1710743

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

confiture-web-app/src/components/AuditGenerationCriterium.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const result = reactive<CriteriumResult>({
5555
)!,
5656
});
5757
58-
/*
58+
/*
5959
the result status can be updated from an external source (the not applicable
6060
page switch and the autofill debug button)
6161
So we watch the store to make sure to update our local state if needed.
@@ -113,7 +113,7 @@ const uniqueId = computed(() => {
113113
<RadioGroup
114114
v-model="result.status"
115115
class="fr-ml-5w"
116-
label="Statut du critère"
116+
:label="`Statut du critère ${topicNumber}.${criterium.number}`"
117117
hide-label
118118
:default-value="CriteriumResultStatus.NOT_TESTED"
119119
:items="statuses"

0 commit comments

Comments
 (0)