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

updated - added missing feature/removed unused code

parent d926e42d
No related branches found
No related tags found
2 merge requests!296Merge develop for staging release,!225Draft: Resolve "[Refactoring] Improve vuex store usage"
......@@ -127,6 +127,7 @@ export default class ConfigurationAddContactPage extends Vue {
contactId: this.selectedContact.id
})
this.loadConfigurationContacts(this.configurationId)
this.$store.commit('snackbar/setSuccess', 'New Contact added')
this.$router.push('/configurations/' + this.configurationId + '/contacts')
} catch (e) {
this.$store.commit('snackbar/setError', 'Failed to add a contact')
......
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