Skip to content

Commit

Permalink
fix(playground): fix wording on missing input variable in playground …
Browse files Browse the repository at this point in the history
…over a dataset (#5549)
  • Loading branch information
mikeldking authored Nov 26, 2024
1 parent 38556e2 commit b0ef597
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ function EmptyExampleOutput({
}
return (
<PlaygroundErrorWrap>
{`Missing output for variable${missingVariables.length > 1 ? "s" : ""}: ${missingVariables.join(
{`Missing input for variable${missingVariables.length > 1 ? "s" : ""}: ${missingVariables.join(
", "
)}`}
</PlaygroundErrorWrap>
Expand Down

0 comments on commit b0ef597

Please sign in to comment.