From 86127f3878204ae7b29677c25c807e5bf711b242 Mon Sep 17 00:00:00 2001 From: Thomas Churchman Date: Mon, 19 Feb 2024 16:45:32 +0100 Subject: [PATCH] fix: remove obsolete warning --- src/scenes/kit/kit-data/configure/Rules/index.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/scenes/kit/kit-data/configure/Rules/index.tsx b/src/scenes/kit/kit-data/configure/Rules/index.tsx index f66c901..d800b14 100644 --- a/src/scenes/kit/kit-data/configure/Rules/index.tsx +++ b/src/scenes/kit/kit-data/configure/Rules/index.tsx @@ -490,11 +490,6 @@ function RulesFuzzyControl({ {!readOnly && ( Note -

- If you change this configuration's peripherals, existing rules are - not automatically updated. This is a known limitation, and can be - improved in the future. -

This version of the control system requires kit version{" "} 1.0.0b7 or higher. @@ -868,7 +863,9 @@ function RulesUnknownFormat({ actions={} >

The control rules failed to validate for the following reason:

-
{JSON.stringify(fuzzyControlError, null, 2)}
+
+            {JSON.stringify(fuzzyControlError, null, 2)}
+          
)}