Browse Source
Merge pull request #865 from doccano/fix/issue824
Fix unworked cancel button in label page, closes #824
pull/868/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
0 deletions
-
frontend/components/containers/labels/LabelDeletionButton.vue
|
@ -12,6 +12,7 @@ |
|
|
<confirm-form |
|
|
<confirm-form |
|
|
:items="selected" |
|
|
:items="selected" |
|
|
@ok="deleteLabel($route.params.id);dialog=false" |
|
|
@ok="deleteLabel($route.params.id);dialog=false" |
|
|
|
|
|
@cancel="dialog=false" |
|
|
title="Delete Label" |
|
|
title="Delete Label" |
|
|
message="Are you sure you want to delete these labels from this project?" |
|
|
message="Are you sure you want to delete these labels from this project?" |
|
|
item-key="text" |
|
|
item-key="text" |
|
|