Skip to content
Snippets Groups Projects
Commit 0fe268df authored by ml bonhomme's avatar ml bonhomme :bee: Committed by Bastien Abadie
Browse files

Remove redundant throw in try/catch in configurations list

parent 0d3a41f1
No related branches found
No related tags found
1 merge request!1146Remove redundant throw in try/catch in configurations list
......@@ -168,7 +168,6 @@ export default {
this.configModal = false
} catch (err) {
this.$store.commit('notifications/notify', { type: 'error', text: errorParser(err) }, { root: true })
throw err
} finally {
this.loading = false
}
......
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