mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
removed backspace functionality for team folder and sharedwithme homepage
This commit is contained in:
@@ -168,7 +168,7 @@ export default {
|
||||
axios
|
||||
.post(route, payload)
|
||||
.then((response) => {
|
||||
let isTeamFoldersLocation = this.$isThisRoute(this.$route, ['TeamFolders'])
|
||||
let isTeamFoldersLocation = this.$isThisRoute(['TeamFolders'])
|
||||
|
||||
// Redirect into newly created team folder
|
||||
if (isTeamFoldersLocation && this.$route.params.id) {
|
||||
|
||||
Reference in New Issue
Block a user