diff --git a/frontend/modules/core/components/form/StatusSelect.vue b/frontend/modules/core/components/form/StatusSelect.vue index 2e3601c..f0917c5 100644 --- a/frontend/modules/core/components/form/StatusSelect.vue +++ b/frontend/modules/core/components/form/StatusSelect.vue @@ -6,7 +6,7 @@ :items="items" variant="outlined" hide-details - label="Results" + label="Status" closable-chips :model-value="modelValue" @update:model-value="input"