mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 17:12:15 +00:00
v1.5-beta.1
This commit is contained in:
8
resources/js/store/modules/fileBrowser.js
vendored
8
resources/js/store/modules/fileBrowser.js
vendored
@@ -72,7 +72,7 @@ const actions = {
|
||||
|
||||
commit('STORE_PREVIOUS_FOLDER', getters.currentFolder)
|
||||
commit('STORE_CURRENT_FOLDER', {
|
||||
name: 'Latest',
|
||||
name: i18n.t('sidebar.latest'),
|
||||
unique_id: undefined,
|
||||
location: 'latest',
|
||||
})
|
||||
@@ -90,7 +90,7 @@ const actions = {
|
||||
commit('FLUSH_FOLDER_HISTORY')
|
||||
|
||||
let currentFolder = {
|
||||
name: 'Shared',
|
||||
name: i18n.t('sidebar.my_shared'),
|
||||
location: 'shared',
|
||||
unique_id: undefined,
|
||||
}
|
||||
@@ -112,7 +112,7 @@ const actions = {
|
||||
|
||||
commit('STORE_PREVIOUS_FOLDER', getters.currentFolder)
|
||||
commit('STORE_CURRENT_FOLDER', {
|
||||
name: 'Participant Uploads',
|
||||
name: i18n.t('sidebar.participant_uploads'),
|
||||
unique_id: undefined,
|
||||
location: 'participant_uploads',
|
||||
})
|
||||
@@ -131,7 +131,7 @@ const actions = {
|
||||
commit('FLUSH_FOLDER_HISTORY')
|
||||
|
||||
let trash = {
|
||||
name: 'Trash',
|
||||
name: i18n.t('locations.trash'),
|
||||
unique_id: undefined,
|
||||
location: 'trash-root',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user