Merge pull request #2020 from h3poteto/fix/confirm

Fix cancel action for confirm in element-ui
This commit is contained in:
AkiraFukushima 2020-12-27 00:31:42 +09:00 committed by GitHub
commit 07c353da4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ export default {
.then(() => {
this.$store.dispatch('Preferences/Language/relaunch')
})
.cancel(() => {})
.catch(() => {})
}
}
}