Fix typo in move or copy dialog

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/42354/head
Joas Schilling 6 months ago
parent f7bead00d1
commit d256206ffe
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205

@ -145,7 +145,7 @@ export const handleCopyMoveNodeTo = async (node: Node, destination: Folder, meth
*/
const openFilePickerForAction = async (action: MoveCopyAction, dir = '/', nodes: Node[]): Promise<MoveCopyResult> => {
const fileIDs = nodes.map(node => node.fileid).filter(Boolean)
const filePicker = getFilePickerBuilder(t('files', 'Chose destination'))
const filePicker = getFilePickerBuilder(t('files', 'Choose destination'))
.allowDirectories(true)
.setFilter((n: Node) => {
// We only want to show folders that we can create nodes in

Loading…
Cancel
Save