This is an automated email from the ASF dual-hosted git repository.
gallardot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new fb7bd1e76f fix download bin error (#967)
fb7bd1e76f is described below
commit fb7bd1e76f3be550e6aa4c8df360dcb9ead4a5fe
Author: xiangzihao <[email protected]>
AuthorDate: Mon Oct 21 17:31:27 2024 +0800
fix download bin error (#967)
---
src/views/Documentation/index.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/Documentation/index.jsx
b/src/views/Documentation/index.jsx
index 5568cc8506..c10df3af63 100644
--- a/src/views/Documentation/index.jsx
+++ b/src/views/Documentation/index.jsx
@@ -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,