1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-06 19:40: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 {
return self.memoryLimit == "⚠️"
|| self.maxPostSize == "⚠️"
|| self.maxUploadSize == "⚠️"
&& self.maxPostSize == "⚠️"
&& self.maxUploadSize == "⚠️"
}
var body: some View {