Skip to content
Snippets Groups Projects
Commit aacbde82 authored by Tobias Kuhnert's avatar Tobias Kuhnert
Browse files

updated - added missing feature/removed unused code

parent aad4fd1b
No related branches found
No related tags found
2 merge requests!296Merge develop for staging release,!225Draft: Resolve "[Refactoring] Improve vuex store usage"
......@@ -140,7 +140,6 @@ export default class ConfigurationShowBasicPage extends Vue {
await this.deleteConfiguration(this.configuration.id)
this.$store.commit('snackbar/setSuccess', 'Configuration deleted')
this.$router.push('/configurations')
}catch (e) {
this.$store.commit('snackbar/setError', 'Configuration could not be deleted')
}finally {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment