Merge branch 'master'
[arvados-workbench2.git] / src / views-components / rename-file-dialog / rename-file-dialog.tsx
index 0abdb5d6c2cf91027ece9024ec534fc6e3bbeded..9e276ade09e71e6b9e42c485b8b6e89be73c8d57 100644 (file)
@@ -35,6 +35,7 @@ const RenameDialogFormFields = (props: WithDialogProps<RenameFileDialogData>) =>
     <Field
         name='name'
         component={TextField}
+        autoFocus={true}
     />
     <WarningCollection text="Renaming a file will change content adress." />
 </>;