- Keep the threshold default value as string, it is required by the Field component

This commit is contained in:
Shemy Gan
2024-11-15 14:51:49 -05:00
parent 2f8638cf04
commit a45cddb91f

View File

@@ -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: "",
});