diff --git a/centrifuge-app/src/components/DebugFlags/DebugFlags.tsx b/centrifuge-app/src/components/DebugFlags/DebugFlags.tsx index 773fb90854..496077613a 100644 --- a/centrifuge-app/src/components/DebugFlags/DebugFlags.tsx +++ b/centrifuge-app/src/components/DebugFlags/DebugFlags.tsx @@ -65,7 +65,7 @@ const Panel: React.FC<{ const { showUnusedFlags } = useDebugFlags() return ( - + onChange(key as Key, e.target.checked)} - disabled={!used} /> ) } else if (obj.type === 'select' && obj.options) { el = ( - onChange(key as Key, e.target.value)}> {Object.keys(obj.options).map((option, index) => (