mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-20 16:49:46 -06:00
- Keep the threshold default value as string, it is required by the Field component
This commit is contained in:
@@ -27,11 +27,11 @@ const CreateInfrastructureMonitor = () => {
|
||||
notifications: [],
|
||||
interval: 15,
|
||||
cpu: false,
|
||||
usage_cpu: 0,
|
||||
usage_cpu: "",
|
||||
memory: false,
|
||||
usage_memory: 0,
|
||||
usage_memory: "",
|
||||
disk: false,
|
||||
usage_disk: 0,
|
||||
usage_disk: "",
|
||||
secret: "",
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user