Skip to content

Commit 68408ba

Browse files
committed
Fixed multiple user file renaming from dashboard to back-end
1 parent bf26560 commit 68408ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[locale]/dashboard/components/row-actions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export default function RowActions( {
214214
const form = new FormData();
215215
form.append( "name", name );
216216

217-
dataFiles.forEach( ( file ) =>
217+
selectedFiles.forEach( ( file ) =>
218218
{
219219
form.append( "fileId", file.uuid );
220220
} );

0 commit comments

Comments
 (0)