We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2389c43 commit 1710743Copy full SHA for 1710743
1 file changed
confiture-web-app/src/components/AuditGenerationCriterium.vue
@@ -55,7 +55,7 @@ const result = reactive<CriteriumResult>({
55
)!,
56
});
57
58
-/*
+/*
59
the result status can be updated from an external source (the not applicable
60
page switch and the autofill debug button)
61
So we watch the store to make sure to update our local state if needed.
@@ -113,7 +113,7 @@ const uniqueId = computed(() => {
113
<RadioGroup
114
v-model="result.status"
115
class="fr-ml-5w"
116
- label="Statut du critère"
+ :label="`Statut du critère ${topicNumber}.${criterium.number}`"
117
hide-label
118
:default-value="CriteriumResultStatus.NOT_TESTED"
119
:items="statuses"
0 commit comments