Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
fix(Filemanager/nodeActions): fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
pschuele committed Aug 5, 2021
1 parent 18e84e4 commit dcde107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tine20/Filemanager/js/nodeActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ Tine.Filemanager.nodeActions.CreateFolder = {
addGrant: true,
editGrant: true,
deleteGrant: true
}
path: `${currentPath}`,
},
path: `${currentPath}`
}));

gridWdgt.newInlineRecord(newRecord, 'name', async (localRecord) => {
Expand Down

0 comments on commit dcde107

Please sign in to comment.