mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 16:38:59 +08:00
fix: fixed copy to clipboard popup getting flooded on every click (#7448)
This commit is contained in:
parent
4957d3ae93
commit
ed597f00c0
@ -18,6 +18,7 @@ function CopyClipboardHOC({
|
|||||||
|
|
||||||
notifications.success({
|
notifications.success({
|
||||||
message: notificationMessage,
|
message: notificationMessage,
|
||||||
|
key: notificationMessage,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}, [value, notifications, entityKey]);
|
}, [value, notifications, entityKey]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user