UPDATE: Update to React 19.0.0
Diverse fixes
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
8a54f45d75
commit
d866e283e9
@@ -96,7 +96,6 @@ function UploadFileDialog(properties: {
|
||||
<DialogWrapper
|
||||
open={true}
|
||||
tabIndex={0}
|
||||
role="dialog"
|
||||
onClose={handleClose}
|
||||
onKeyDown={(event) => {
|
||||
if (event.code === "Escape") {
|
||||
|
||||
Reference in New Issue
Block a user