Browse Source

Sync with doccano/master

pull/2270/head
Nicholas Ferraz 2 years ago
parent
commit
f305751a2d
1 changed files with 2 additions and 2 deletions
  1. 4
      frontend/pages/projects/_id/sequence-labeling/index.vue

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

@ -40,7 +40,7 @@
</template>
<template #sidebar>
<annotation-progress :progress="progress" />
<v-card class="mt-4">
<!-- <v-card class="mt-4">
<v-card-title>
Label Types
<v-spacer />
@ -80,7 +80,7 @@
</v-card-text>
</v-expand-transition>
</v-card>
<list-metadata :metadata="doc.meta" class="mt-4" />
<list-metadata :metadata="doc.meta" class="mt-4" /> -->
</template>
</layout-text>
</template>

Loading…
Cancel
Save