diff --git a/src/client/components/monitor/provider/custom.tsx b/src/client/components/monitor/provider/custom.tsx index 66dd1ca..c041651 100644 --- a/src/client/components/monitor/provider/custom.tsx +++ b/src/client/components/monitor/provider/custom.tsx @@ -82,4 +82,6 @@ export const customProvider: MonitorProvider = { label: 'Custom', name: 'custom', form: MonitorCustom, + valueLabel: 'Result', + valueFormatter: (value) => String(value), };