Merge pull request #31359 from nextcloud/fix/apps-error-message-timeout

Fix apps settings error message timeout
This commit is contained in:
Vincent Petry 2022-03-03 17:16:15 +01:00 committed by GitHub
commit 8f6a3f4e6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -39,7 +39,7 @@ const state = {
const mutations = {
APPS_API_FAILURE(state, error) {
showError(t('settings', 'An error occured during the request. Unable to proceed.') + '<br>' + error.error.response.data.data.message, { timeout: 7, isHTML: true })
showError(t('settings', 'An error occured during the request. Unable to proceed.') + '<br>' + error.error.response.data.data.message, { isHTML: true })
console.error(state, error)
},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long