WIP: Adds more tagged types for rectangular size calculations.
This commit is contained in:
@@ -67,7 +67,7 @@ struct TrunkSizeForm: HTML, Sendable {
|
||||
"Height",
|
||||
.type(.text),
|
||||
.name("height"),
|
||||
.value(trunk?.height),
|
||||
.value(trunk?.height?.rawValue),
|
||||
.placeholder("8 (Optional)"),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user