We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3107cb2 commit fea873cCopy full SHA for fea873c
Sources/UnidocUI/Endpoints/Tags/Unidoc.BuildTemplateTool.swift
@@ -39,9 +39,13 @@ extension Unidoc.BuildTemplateTool:HTML.OutputStreamable
39
else
40
{
41
current = nil
42
- $0[.option] { $0.selected = true ; $0.value = "" } = "Default"
43
}
44
+ $0[.option]
45
+ {
46
+ $0.selected = self.form.platform == nil ; $0.value = ""
47
+ } = "Default"
48
+
49
for option:String in [
50
"aarch64-unknown-linux-gnu",
51
"arm64-apple-macosx15.0",
@@ -77,9 +81,13 @@ extension Unidoc.BuildTemplateTool:HTML.OutputStreamable
77
81
78
82
79
83
80
84
85
86
87
88
+ $0.selected = self.form.toolchain == nil ; $0.value = ""
89
90
91
92
"6.0.1",
93
]
0 commit comments