Try avoid modal to show success on error, but not successful

This commit is contained in:
Wolfgang Huß 2019-11-23 11:42:46 +01:00
parent 4c91675838
commit 043b951459

View File

@ -77,7 +77,6 @@ export default {
}, 500) }, 500)
}, 1500) }, 1500)
} catch (err) { } catch (err) {
this.success = false
this.isOpen = false this.isOpen = false
} finally { } finally {
this.loading = false this.loading = false