fix: CreateFolderDialog and EditFolderDialog errors

This commit is contained in:
kasia.oczkowska
2025-02-21 13:39:15 +00:00
parent d8404301c3
commit dab3af4109
2 changed files with 16 additions and 19 deletions

View File

@@ -59,16 +59,15 @@ export default function CreateFolderDialog(props) {
<DialogContent>
<DialogContentText>
{formatMessage('createFolderDialog.description')}
<TextField
sx={{ mt: 2 }}
value={folderName}
onKeyDown={handleTextFieldKeyDown}
onChange={handleTextFieldChange}
label={formatMessage('createFolderDialog.folderNameInputLabel')}
fullWidth
/>
</DialogContentText>
<TextField
sx={{ mt: 2 }}
value={folderName}
onKeyDown={handleTextFieldKeyDown}
onChange={handleTextFieldChange}
label={formatMessage('createFolderDialog.folderNameInputLabel')}
fullWidth
/>
</DialogContent>
<DialogActions sx={{ mb: 1 }}>