mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
add change folder icon to rename item popup
This commit is contained in:
1
resources/js/store/modules/fileFunctions.js
vendored
1
resources/js/store/modules/fileFunctions.js
vendored
@@ -145,6 +145,7 @@ const actions = {
|
||||
.post(route, {
|
||||
name: data.name,
|
||||
type: data.type,
|
||||
folder_icon: data.folder_icon,
|
||||
_method: 'patch'
|
||||
})
|
||||
.then(response => {
|
||||
|
||||
Reference in New Issue
Block a user