This commit is contained in:
jb-alvarado 2020-05-24 13:34:42 +02:00
parent 765480d197
commit efda8d4cdf

View File

@ -40,7 +40,6 @@ export const actions = {
crumbs.push({ text: pathArr[pathArr.length - 1], path: '' })
}
// console.log(crumbs)
commit('UPDATE_CURRENT_PATH', path)
commit('UPDATE_CRUMBS', crumbs)
commit('UPDATE_FOLDER_TREE', response.data)