Make some cleaning

This commit is contained in:
Bubka
2023-11-20 12:59:42 +01:00
parent fcc7e6db03
commit fb78b975b5
4 changed files with 0 additions and 4 deletions

View File

@ -21,7 +21,6 @@
notify.success({ text: response.data.message, duration:-1 })
})
.catch(error => {
console.log(error)
if( error.response.data.requestFailed ) {
notify.alert({ text: error.response.data.requestFailed, duration:-1 })
}