fix: fixed copy to clipboard popup getting flooded on every click (#7448)

This commit is contained in:
SagarRajput-7 2025-03-27 11:24:34 +05:30 committed by GitHub
parent 4957d3ae93
commit ed597f00c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,7 @@ function CopyClipboardHOC({
notifications.success({
message: notificationMessage,
key: notificationMessage,
});
}
}, [value, notifications, entityKey]);