fix Logging Style select field not working

This commit is contained in:
Rohid
2024-08-29 14:40:38 +06:00
parent fc3fd04834
commit 7edc7efeaa

View File

@@ -177,8 +177,8 @@ export default function Options(): JSX.Element {
value={state.loggingStyle}
onChange={(e) => updateLoggingStyle(e.target.value)}
>
<option value="denyList">All except excluded sites</option>
<option value="allowList">Only allowed sites</option>
<option value="deny">All except excluded sites</option>
<option value="allow">Only allowed sites</option>
</select>
</div>