UPDATE: Update to React 19.0.0

Diverse fixes
This commit is contained in:
Nicolás Hatcher
2025-02-02 22:48:12 +01:00
committed by Nicolás Hatcher Andrés
parent 8a54f45d75
commit d866e283e9
15 changed files with 698 additions and 697 deletions

View File

@@ -96,7 +96,6 @@ function UploadFileDialog(properties: {
<DialogWrapper
open={true}
tabIndex={0}
role="dialog"
onClose={handleClose}
onKeyDown={(event) => {
if (event.code === "Escape") {