1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 03:50:08 +02:00

👌 Ensure all fields error out (#258)

This commit is contained in:
2023-09-01 01:11:38 +02:00
parent aebfc9dd09
commit 51c100f6fe

View File

@ -37,8 +37,8 @@ struct StatsView: View {
public func hasErrorState() -> Bool { public func hasErrorState() -> Bool {
return self.memoryLimit == "⚠️" return self.memoryLimit == "⚠️"
|| self.maxPostSize == "⚠️" && self.maxPostSize == "⚠️"
|| self.maxUploadSize == "⚠️" && self.maxUploadSize == "⚠️"
} }
var body: some View { var body: some View {