We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c794154 commit 2d7da01Copy full SHA for 2d7da01
1 file changed
apps/site/pages/en/download/archive.mdx
@@ -40,7 +40,7 @@ layout: download-archive
40
</ul>
41
42
<h3>Other releases</h3>
43
- <WithReleaseSelect defaultValue={`/download/${version}`} className="w-64" />
+ <WithReleaseSelect placeholder="Select a version" defaultValue={`/download/${version}`} className="w-64"/>
44
45
<h2>Binary Downloads</h2>
46
<DownloadsTable source={binaries} />
0 commit comments