mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 18:49:06 +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({
|
||||
message: notificationMessage,
|
||||
key: notificationMessage,
|
||||
});
|
||||
}
|
||||
}, [value, notifications, entityKey]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user