Skip to content

Commit

Permalink
Merge branch 'master' into fix_1
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot[bot] authored Feb 2, 2024
2 parents f8e9feb + 38b6c96 commit 2ba17a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/playground/playground.go
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,9 @@ func (p *Playground) bindVersion(comp string, version string) (bindVersion strin
default:
}
if bindVersion == "" {
bindVersion = version
if version == "nightly" {
bindVersion = version
}
}
return
}
Expand Down

0 comments on commit 2ba17a1

Please sign in to comment.