Browse Source

Update label types after save and add another

pull/1681/head
Hironsan 2 years ago
parent
commit
b49e65aa85
1 changed files with 1 additions and 0 deletions
  1. 1
      frontend/pages/projects/_id/labels/add.vue

1
frontend/pages/projects/_id/labels/add.vue

@ -99,6 +99,7 @@ export default Vue.extend({
async saveAndAnother() {
await this.service.create(this.projectId, this.editedItem)
this.editedItem = Object.assign({}, this.defaultItem)
this.items = await this.service.list(this.projectId)
}
}
})

Loading…
Cancel
Save