mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-12-21 19:20:06 +01:00
👌 Ensure all fields error out (#258)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user