Skip to content
Snippets Groups Projects
Commit 7a33ad06 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Fixed CI and minor change

parent 6fabe7e6
No related branches found
No related tags found
No related merge requests found
Pipeline #880 passed
......@@ -2,6 +2,10 @@ stages:
- test
- dockerize
variables:
# to avoid "fatal: git fetch-pack: expected shallow list"
GIT_STRATEGY: clone
test_backend:
stage: test
tags:
......
......@@ -42,8 +42,7 @@ export default {
this.newFolderNameError = "Folder name is required";
} else {
this.$store.dispatch('createFolder', this.newFolderName)
.then(() => { //res
//this.$store.commit('updateGroupsPanel', res);
.then(() => {
this.$bvModal.hide('create-folder-modal');
})
.catch(res => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment