mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor
This commit is contained in:
parent
10d8639bf8
commit
ea6d9e98c7
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ export default {
|
||||||
this.step = this.step + 1
|
this.step = this.step + 1
|
||||||
this.$refs.completed.start(user)
|
this.$refs.completed.start(user)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.$root.$message(e.response.data, { color: 'error' })
|
this.$root.$message(e.response ? e.response.data : e, { color: 'error' })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue