Browse Source
Merge pull request #1024 from doccano/fix/#1008
Rollback server/static/components/projects.vue, fix #1008
pull/1033/head
Hiroki Nakayama
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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) |
|
|
|