Fixed checking "Clear all other configuration"

This commit is contained in:
Gunnar Skjold 2023-12-21 15:56:30 +01:00
parent 8816097bca
commit 32ad71bba6
2 changed files with 11 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -33,9 +33,12 @@
}
let cc = false;
$: {
sysinfoStore.subscribe(update => {
sysinfo = update;
if(update.fwconsent === 1) {
cc = !sysinfo.usrcfg;
}
}
});
</script>
<div class="grid xl:grid-cols-4 lg:grid-cols-3 md:grid-cols-2">