feat: add aria-label attributes to Image and PhotoUpload components for improved accessibility, and enhance OrdersTab with localized aria-labels for better user experience
This commit is contained in:
@@ -228,6 +228,7 @@ class PhotoUpload extends Component {
|
||||
size="small"
|
||||
onClick={() => this.handleRemoveFile(index)}
|
||||
disabled={disabled}
|
||||
aria-label="Bild entfernen"
|
||||
sx={{
|
||||
position: 'absolute',
|
||||
top: 4,
|
||||
|
||||
Reference in New Issue
Block a user