diff --git a/frontend/src/components/Logs/CopyClipboardHOC.tsx b/frontend/src/components/Logs/CopyClipboardHOC.tsx index 65cb6fc854..0661a78ea1 100644 --- a/frontend/src/components/Logs/CopyClipboardHOC.tsx +++ b/frontend/src/components/Logs/CopyClipboardHOC.tsx @@ -18,6 +18,7 @@ function CopyClipboardHOC({ notifications.success({ message: notificationMessage, + key: notificationMessage, }); } }, [value, notifications, entityKey]);