Browse Source

Rollback server/static/components/projects.vue, fix #1008

pull/1024/head
Hironsan 4 years ago
parent
commit
1401cb66ff
1 changed files with 1 additions and 1 deletions
  1. 2
      app/server/static/components/projects.vue

2
app/server/static/components/projects.vue

@ -228,7 +228,7 @@ export default {
single_class_classification: this.singleClassClassification,
randomize_document_order: this.randomizeDocumentOrder,
collaborative_annotation: this.collaborativeAnnotation,
guideline: this.$t('guideline.writeGuidelinePrompt'),
guideline: 'Please write annotation guideline.',
resourcetype: this.resourceType(),
};
defaultHttpClient.post('/v1/projects', payload)

Loading…
Cancel
Save