Share analytics event field renamed

This commit is contained in:
svetlagasheva 2021-03-24 14:29:17 +02:00
parent 78d9fc5da3
commit 66215c9826

View file

@ -34,7 +34,7 @@ const SharePrompt = ({ className, url }) => {
core.transport.analytics({
event: 'Share',
args: {
shareUrl: inputRef.current.value
url: inputRef.current.value
}
});
}, [inputRef]);