Skip to content
Snippets Groups Projects
Commit 0c5d8356 authored by ml bonhomme's avatar ml bonhomme :bee:
Browse files

Actually use 'loading' in the Folder creation modal

parent d821bf6e
No related branches found
No related tags found
1 merge request!1672Actually use 'loading' in the Folder creation modal
......@@ -92,6 +92,7 @@ export default {
...mapMutations('notifications', ['notify']),
async addFolder () {
if (this.loading || !this.canWrite(this.corpus) || !this.typeSlug || !this.name) return
this.loading = true
try {
const folder = await this.$store.dispatch('elements/create', {
corpus: this.corpusId,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment