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:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user