FIX: Adds crossRef back to UploadFileDialog

This commit is contained in:
Daniel
2024-12-25 13:38:51 +01:00
committed by Nicolás Hatcher Andrés
parent 2e7410552f
commit 40461b897b

View File

@@ -114,6 +114,7 @@ function UploadFileDialog(properties: {
style={{ marginRight: 12 }}
onClick={handleClose}
title="Close Dialog"
ref={crossRef}
tabIndex={0}
>
<X />