From 0aa57f08948fdd5e356f39c3c50024aa22351c2b Mon Sep 17 00:00:00 2001 From: geeves Date: Wed, 8 Sep 2021 10:32:13 -0400 Subject: [PATCH] chore(update): disable all radio button There is currently a bug with the All radio button in what is being displayed as an acceptable key match. Remove to clean up UI and allow user to to understand each type of semi-tone map. --- index.html | 11 +++++++++++ src/components/CamelotWheel.js | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 996be95..54e4de1 100644 --- a/index.html +++ b/index.html @@ -6,10 +6,21 @@ +
+ diff --git a/src/components/CamelotWheel.js b/src/components/CamelotWheel.js index c1053aa..f7d1f80 100644 --- a/src/components/CamelotWheel.js +++ b/src/components/CamelotWheel.js @@ -1075,7 +1075,7 @@ class CamelotWheel extends React.Component { } label="Semi-tone"/> } label="Double Semi-tone"/> } label="Diagonal"/> - } label="All"/> + {/*} label="All"/>*/}