Skip to content

Commit

Permalink
fix: remove obsolete warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed Feb 19, 2024
1 parent 3962734 commit 86127f3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/scenes/kit/kit-data/configure/Rules/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -490,11 +490,6 @@ function RulesFuzzyControl({
{!readOnly && (
<Message warning>
<Message.Header>Note</Message.Header>
<p>
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.
</p>
<p>
This version of the control system requires kit version{" "}
<strong>1.0.0b7</strong> or higher.
Expand Down Expand Up @@ -868,7 +863,9 @@ function RulesUnknownFormat({
actions={<Button onClick={() => setReasonOpen(false)}>Close</Button>}
>
<p>The control rules failed to validate for the following reason:</p>
<pre className={style.failureReason}><code>{JSON.stringify(fuzzyControlError, null, 2)}</code></pre>
<pre className={style.failureReason}>
<code>{JSON.stringify(fuzzyControlError, null, 2)}</code>
</pre>
</ModalDialog>
)}
</>
Expand Down

0 comments on commit 86127f3

Please sign in to comment.