Browse Source

Change switch label

pull/1703/head
Hironsan 2 years ago
parent
commit
db3c95a408
1 changed files with 6 additions and 2 deletions
  1. 8
      frontend/pages/projects/_id/sequence-labeling/index.vue

8
frontend/pages/projects/_id/sequence-labeling/index.vue

@ -49,8 +49,12 @@
<v-switch
v-if="useRelationLabeling"
v-model="relationMode"
label="Relation"
/>
>
<template #label>
<span v-if="relationMode">Relation</span>
<span v-else>Entity</span>
</template>
</v-switch>
<v-chip-group
v-model="selectedLabelIndex"
column

Loading…
Cancel
Save