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 1e13874 commit 31648eaCopy full SHA for 31648ea
Sources/App/Views/ValidateSPIManifest/ValidateSPIManifest+View.swift
@@ -68,7 +68,7 @@ extension ValidateSPIManifest {
68
.rows(15),
69
.text(model.manifest),
70
// allow more than maxByteSize so we can correctly report on files that are too large
71
- .attribute(named: "maxlength", value: "\(SPIManifest.Manifest.maxByteSize + 100)")
+ .attribute(named: "maxlength", value: "\(SPIManifest.Manifest.maxByteSize)")
72
)
73
),
74
.button(
0 commit comments