fix: pass correct parameter for dns list selection

This commit is contained in:
zhom
2026-05-12 13:17:29 +04:00
parent 7d9bed2114
commit 405d7c5716
+1 -1
View File
@@ -422,7 +422,7 @@ function DnsCell({
try {
await invoke("update_profile_dns_blocklist", {
profileId: profile.id,
level: nextLevel,
dnsBlocklist: nextLevel,
});
} catch (err) {
console.error("Failed to update DNS blocklist:", err);