mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
upload request prototype UI
This commit is contained in:
5
resources/js/store/modules/sharing.js
vendored
5
resources/js/store/modules/sharing.js
vendored
@@ -88,7 +88,10 @@ const actions = {
|
||||
.then(() => {
|
||||
items.forEach((item) => {
|
||||
// Remove item from file browser
|
||||
if (getters.currentFolder && Vue.prototype.$isThisRoute(router.currentRoute, ['MySharedItems'])) {
|
||||
if (
|
||||
getters.currentFolder &&
|
||||
Vue.prototype.$isThisRoute(router.currentRoute, ['MySharedItems'])
|
||||
) {
|
||||
commit('REMOVE_ITEM', item.data.id)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user