fix Logging Style select field not working
This commit is contained in:
@@ -177,8 +177,8 @@ export default function Options(): JSX.Element {
|
|||||||
value={state.loggingStyle}
|
value={state.loggingStyle}
|
||||||
onChange={(e) => updateLoggingStyle(e.target.value)}
|
onChange={(e) => updateLoggingStyle(e.target.value)}
|
||||||
>
|
>
|
||||||
<option value="denyList">All except excluded sites</option>
|
<option value="deny">All except excluded sites</option>
|
||||||
<option value="allowList">Only allowed sites</option>
|
<option value="allow">Only allowed sites</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user