Skip to content

Commit 45f929b

Browse files
fix assets action create a folder
1 parent b8355bd commit 45f929b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/dist/js/Components/Filemanager/Actions/FolderAction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export async function SaveFolderAction(data) {
2323
data.isNewFolder = false
2424
data.files =[]
2525
data.setFiles()
26-
data.this.folderEdit = null
26+
data.folderEdit = null
2727
}
2828
/**
2929
*

0 commit comments

Comments
 (0)