mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-13 15:37:03 +00:00
Fixed checking "Clear all other configuration"
This commit is contained in:
parent
8816097bca
commit
32ad71bba6
12
lib/SvelteUi/app/dist/index.js
vendored
12
lib/SvelteUi/app/dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user