Skip to content

Commit

Permalink
updated available-labels when saving labels
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Jun 26, 2024
1 parent d8cd21c commit f19c089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WebApplication/src/components/SettingsLabels.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export default {
config["available-labels"] = [];
}
await api.setRolesConfig(config);
await this.$store.dispatch('configuration/load'); // to reload the available-labels
this.reset();
},
cancel() {
Expand Down

0 comments on commit f19c089

Please sign in to comment.