Skip to content

Commit

Permalink
key the input on the current stage serial
Browse files Browse the repository at this point in the history
  • Loading branch information
noahm committed May 16, 2024
1 parent e29f207 commit 7b3ac81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/ui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ function PanelTestModeToggle() {
<label>
Panel Test Mode:{" "}
<input
key={stage?.info?.serial}
type="checkbox"
style={{ height: "2em", width: "2em" }}
disabled={!stage}
Expand Down

0 comments on commit 7b3ac81

Please sign in to comment.