We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f18f44 commit e84c83bCopy full SHA for e84c83b
src/components/CollaborateButton/index.js
@@ -122,6 +122,7 @@ export default ({
122
123
return (
124
<Container
125
+ title="collaborate-icon"
126
onMouseEnter={() => changeSessionBoxOpen(true)}
127
onMouseLeave={() => changeSessionBoxOpen(false)}
128
>
src/components/DatasetEditor/index.js
@@ -132,6 +132,7 @@ export default ({
132
inSession ? (
133
<TextField
134
label="Share Link"
135
+ title="share-link"
136
value={url}
137
variant="outlined"
138
size="small"
0 commit comments