1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-04-02 10:50:07 +03:00

F #5422: Fix minor in clipboard component (#1602)

(cherry picked from commit 97fe538628eb47c7af7cb0c66a52026910c1888f)
This commit is contained in:
Sergio Betanzos 2021-11-22 18:52:01 +01:00 committed by Tino Vazquez
parent 6ac8032d28
commit 33c725574d
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -87,7 +87,7 @@ const StatusChip = memo(({
<Typography
component='span'
className={classes.text}
onClick={callAll(onClick, handleCopy)}
onClick={callAll(onClick, clipboard && handleCopy)}
{...props}
>
{text}