Skip to content

Commit 6d80601

Browse files
Fix attribute name
Signed-off-by: Andy Jakubowski <hello@andyjakubowski.com>
1 parent b66484a commit 6d80601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class NotebookPicker extends ReactWidget {
115115

116116
return (
117117
<HTMLSelect
118-
data-testid="deepnote-notebook-picker"
118+
id="deepnote-notebook-picker"
119119
value={this.selected ?? '-'}
120120
onChange={this.handleChange}
121121
onKeyDown={() => {}}

0 commit comments

Comments
 (0)