Browse Source

Fix unworked cancel button in label page, closes #824

pull/865/head
Hironsan 4 years ago
parent
commit
1436c06a66
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 <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"

Loading…
Cancel
Save