Skip to content

Commit

Permalink
fix download bin error (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
SbloodyS authored Oct 21, 2024
1 parent 2b675b4 commit fb7bd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Documentation/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const Documentation = () => {
<div className="documentation-sider-title">{t("select_version")}</div>
<Select
className="documentation-sider-select"
defaultValue={versions[1]}
defaultValue={params.version}
options={versions.map((version) => ({
label: version,
value: version,
Expand Down

0 comments on commit fb7bd1e

Please sign in to comment.