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
parent
commit
eaa23b73e5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      frontend/components/containers/labels/LabelDeletionButton.vue

1
frontend/components/containers/labels/LabelDeletionButton.vue

@ -12,6 +12,7 @@
<confirm-form
:items="selected"
@ok="deleteLabel($route.params.id);dialog=false"
@cancel="dialog=false"
title="Delete Label"
message="Are you sure you want to delete these labels from this project?"
item-key="text"

Loading…
Cancel
Save