Skip to content

Commit

Permalink
fix data-testid
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Nov 27, 2024
1 parent 551aae8 commit 2354832
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const NodeTypeSelect: React.FC<{
return (
<TypeSelect
value={fromSlug(props.value)}
data-testId="header-select"
data-testid="header-select"
onChange={(ev) => {
props.onChange(ev.target.value);
}}
Expand Down

0 comments on commit 2354832

Please sign in to comment.