From e31ebab12b265b19b2c2dcefa9f5858b4d5f6d6e Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 17 Nov 2025 12:24:58 +0100 Subject: [PATCH] grey out label if disabled (for system sensors) --- .../src/components/inputs/ValidatedTextField.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/interface/src/components/inputs/ValidatedTextField.tsx b/interface/src/components/inputs/ValidatedTextField.tsx index ad1b87f37..f29f4525d 100644 --- a/interface/src/components/inputs/ValidatedTextField.tsx +++ b/interface/src/components/inputs/ValidatedTextField.tsx @@ -21,7 +21,16 @@ const ValidatedTextField: FC = ({ return ( <> - + {errors?.map((e) => ( {e.message}