FIX: Adds crossRef back to UploadFileDialog
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
2e7410552f
commit
40461b897b
@@ -114,6 +114,7 @@ function UploadFileDialog(properties: {
|
|||||||
style={{ marginRight: 12 }}
|
style={{ marginRight: 12 }}
|
||||||
onClick={handleClose}
|
onClick={handleClose}
|
||||||
title="Close Dialog"
|
title="Close Dialog"
|
||||||
|
ref={crossRef}
|
||||||
tabIndex={0}
|
tabIndex={0}
|
||||||
>
|
>
|
||||||
<X />
|
<X />
|
||||||
|
|||||||
Reference in New Issue
Block a user