Browse Source

review correction: make toast disappear immediately

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/1672/head
Raju Udava 2 years ago
parent
commit
58c0a6a47c
  1. 2
      packages/nc-gui/components/createOrEditProject.vue

2
packages/nc-gui/components/createOrEditProject.vue

@ -1394,7 +1394,7 @@ export default {
this.projectCreated = true
} catch (e) {
this.$toast.error(await this._extractSdkResponseErrorMsg(e)).goAway(3000)
toast.goAway(100)
toast.goAway(0)
}
this.projectReloading = false

Loading…
Cancel
Save